fixed int output
FossilOrigin-Name: d1a5f1995fe87a628d48ab2654a37876357de1697098c86743bbc3f4692791a8
This commit is contained in:
parent
b1c406dcc1
commit
fa785fe348
@ -76,7 +76,7 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout)
|
||||
handler = cw_msgset_get_elemhandler(conn->msgset,data->proto,data->vendor,data->id);
|
||||
/* printf("Elem: %d %d %d %s\n", data->proto, data->vendor, data->id, handler->name);*/
|
||||
if (handler==NULL){
|
||||
cw_log(LOG_ERR,"Can't put message element %d %d %, no handler defined.",
|
||||
cw_log(LOG_ERR,"Can't put message element %d %d %d, no handler defined.",
|
||||
data->proto,data->vendor,data->id);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user