console_cmds.c
branch0.5
changeset 5462 6d16b7e4f85d
parent 5407 e354823cde11
child 5483 a0d5f45dbdcf
equal deleted inserted replaced
5461:03285c9589f9 5462:6d16b7e4f85d
   527 
   527 
   528 DEF_CONSOLE_CMD(ConStatus)
   528 DEF_CONSOLE_CMD(ConStatus)
   529 {
   529 {
   530 	static const char* const stat_str[] = {
   530 	static const char* const stat_str[] = {
   531 		"inactive",
   531 		"inactive",
       
   532 		"authorizing",
   532 		"authorized",
   533 		"authorized",
   533 		"waiting",
   534 		"waiting",
   534 		"loading map",
   535 		"loading map",
   535 		"map done",
   536 		"map done",
   536 		"ready",
   537 		"ready",