mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 18:50:06 +08:00
Remove logging printf
This commit is contained in:
@@ -268,7 +268,6 @@ int handle__subscribe(struct mosquitto *context)
|
||||
if(context->protocol != mosq_p_mqtt31){
|
||||
if(payloadlen == 0){
|
||||
/* No subscriptions specified, protocol error. */
|
||||
fprintf(stderr, "no payload\n");
|
||||
return MOSQ_ERR_MALFORMED_PACKET;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user