mirror of https://github.com/sfeakes/AqualinkD.git
Merge 08beb3f6be
into c4d9472870
commit
3f384368ad
|
@ -1160,7 +1160,7 @@ void action_web_request(struct mg_connection *nc, struct http_message *http_msg)
|
|||
mg_send_head(nc, 200, strlen(GET_RTN_UNKNOWN), CONTENT_TEXT);
|
||||
mg_send(nc, GET_RTN_UNKNOWN, strlen(GET_RTN_UNKNOWN));
|
||||
}
|
||||
sprintf(buf, "action_web_request() request '%.*s' took",http_msg->uri.len, http_msg->uri.p);
|
||||
sprintf(buf, "action_web_request() request '%.*s' took",(int)http_msg->uri.len, http_msg->uri.p);
|
||||
|
||||
DEBUG_TIMER_STOP(tid, NET_LOG, buf);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue