mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
clean: reduce some log level
This commit is contained in:
parent
eb9c01ae5c
commit
765d393f82
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ lws_validity_cb(lws_sorted_usec_list_t *sul)
|
|||
|
||||
/* schedule a protocol-dependent ping */
|
||||
|
||||
lwsl_notice("%s: wsi %p: scheduling validity check\n", __func__, wsi);
|
||||
lwsl_info("%s: wsi %p: scheduling validity check\n", __func__, wsi);
|
||||
|
||||
if (wsi->role_ops && wsi->role_ops->issue_keepalive)
|
||||
wsi->role_ops->issue_keepalive(wsi, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue