More strings added.

FossilOrigin-Name: 4fdbd1cfc2e5500d00cdd7af67abbc725e774947077c01d4809d74caf64b4e14
This commit is contained in:
7u83@mail.ru 2014-08-22 20:38:53 +00:00
parent bce4a0f96f
commit 58a099f612
1 changed files with 5 additions and 2 deletions

View File

@ -41,9 +41,12 @@ const char * cw_msgtostr(int type)
/* Configuration Update Request 7
Configuration Update Response 8
WTP Event Request 9
WTP Event Response 10
*/
case CWMSG_WTP_EVENT_REQUEST:
return "wtp event request";
case CWMSG_WTP_EVENT_RESPONSE:
return "wtp event response";
case CWMSG_CHANGE_STATE_EVENT_REQUEST:
return "change state event request";