--- mqtt/src/mqtt_pub.c 2012/05/28 08:24:07 1.2.2.8 +++ mqtt/src/mqtt_pub.c 2012/06/20 09:23:28 1.2.2.9 @@ -66,7 +66,7 @@ Publish(int sock) printf("Error:: Publish #%d - %s\n", mqtt_GetErrno(), mqtt_GetError()); return -1; } else - printf("OK\n"); + printf("Sended %d bytes \n", siz); return siz; }