--- mqtt/src/client.c 2012/01/27 15:05:38 1.2 +++ mqtt/src/client.c 2012/01/30 22:58:24 1.2.2.1 @@ -169,7 +169,7 @@ SendTo(int sock, int siz) printf("Error:: send() #%d - %s\n", errno, strerror(errno)); return -1; } else - ioVERBOSE(3) printf("Sended PUBLISH %d bytes\n", siz); + ioVERBOSE(3) printf("Sended %d bytes\n", siz); return siz; }