mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
logging: gate_accepts: reduce verbosity
This commit is contained in:
parent
f7aff789ca
commit
0dae22e4dd
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ lws_gate_accepts(struct lws_context *context, int on)
|
|||
if (context->tls_gate_accepts == (char)on)
|
||||
return 0;
|
||||
|
||||
lwsl_cx_notice(context, "on = %d", on);
|
||||
lwsl_cx_info(context, "on = %d", on);
|
||||
|
||||
context->tls_gate_accepts = (char)on;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue