Return to mqtt_pub.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / src |
version 1.2.2.8, 2012/05/28 08:24:07 | version 1.2.2.9, 2012/06/20 09:23:28 |
---|---|
Line 66 Publish(int sock) | Line 66 Publish(int sock) |
printf("Error:: Publish #%d - %s\n", mqtt_GetErrno(), mqtt_GetError()); | printf("Error:: Publish #%d - %s\n", mqtt_GetErrno(), mqtt_GetError()); |
return -1; | return -1; |
} else | } else |
printf("OK\n"); | printf("Sended %d bytes \n", siz); |
return siz; | return siz; |
} | } |