mirror of
https://github.com/nanomq/nanomq.git
synced 2025-07-09 21:55:36 +00:00
* MDF [pub_handler] get rid of annoying info logging
This commit is contained in:
@ -1156,7 +1156,7 @@ handle_pub(nano_work *work, struct pipe_content *pipe_ct, uint8_t proto, bool is
|
||||
if (cli_ctx_list != NULL) {
|
||||
foreach_client(cli_ctx_list, work, pipe_ct);
|
||||
}
|
||||
log_info("pipe_info size: [%ld]", cvector_size(cli_ctx_list));
|
||||
log_debug("pipe_info size: [%ld]", cvector_size(cli_ctx_list));
|
||||
cvector_free(cli_ctx_list);
|
||||
|
||||
if (shared_cli_list != NULL) {
|
||||
|
Reference in New Issue
Block a user