1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Fix printf format error

Signed-off-by: Henrik Abelsson <henrik@abelsson.com>
This commit is contained in:
Henrik Abelsson 2013-03-07 15:52:53 +01:00 committed by Andy Green
parent a83349414f
commit 2bdbe7a969

View file

@ -223,7 +223,7 @@ lws_issue_raw_ext_access(struct libwebsocket *wsi,
* Keep amount spilled small to minimize chance of this
*/
if (n != eff_buf.token_len) {
lwsl_err("Unable to spill ext %d vs %s\n",
lwsl_err("Unable to spill ext %d vs %d\n",
eff_buf.token_len, n);
return -1;
}