--- libaitrpc/example/tcli.c 2012/05/17 21:43:08 1.7.4.15 +++ libaitrpc/example/tcli.c 2012/05/17 22:57:42 1.7.4.16 @@ -61,7 +61,7 @@ int main() for (i = 0; i < 10000; i++) { gettimeofday(&before, NULL); if ((ret = rpc_cli_ping(cli)) == -1) { - printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError()); + printf("error %d:: errno=%d %s\n", i, rpc_GetErrno(), rpc_GetError()); rpc_cli_closeBLOBClient(&cli2); rpc_cli_closeClient(&cli); free(blob43);