File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ mqtt_timer_cb(void *arg)
648
648
if (aio != NULL && (msg = nni_aio_get_msg (aio )) != NULL ) {
649
649
nni_msg_clone (msg );
650
650
s -> lastpid = pid ;
651
- log_info ("NO.%d Batch sending id%d msg%p" , s -> batchcnt - 1 , pid , msg );
651
+ log_debug ("NO.%d Batch sending id%d msg%p" , s -> batchcnt - 1 , pid , msg );
652
652
ptype = nni_mqtt_msg_get_packet_type (msg );
653
653
if (ptype == NNG_MQTT_PUBLISH )
654
654
nni_mqtt_msg_set_publish_dup (msg , true);
@@ -701,7 +701,7 @@ mqtt_timer_cb(void *arg)
701
701
nni_msg_clone (msg );
702
702
s -> lastpid = pid ;
703
703
s -> batchcnt ++ ;
704
- log_info ("Batch sending started id%d msg%p" , pid , msg );
704
+ log_debug ("Batch sending started id%d msg%p" , pid , msg );
705
705
ptype = nni_mqtt_msg_get_packet_type (msg );
706
706
if (ptype == NNG_MQTT_PUBLISH )
707
707
nni_mqtt_msg_set_publish_dup (msg , true);
You can’t perform that action at this time.
0 commit comments