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:
parent
a83349414f
commit
2bdbe7a969
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue