From bc04a6dbb21c8c4f5ab5a713f9eea7157ca0defc Mon Sep 17 00:00:00 2001 From: liangzhen Date: Wed, 12 Sep 2007 17:34:03 +0000 Subject: [PATCH 1/1] Branch HEAD Comma in wrong place --- lnet/selftest/conrpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/selftest/conrpc.c b/lnet/selftest/conrpc.c index 7c5eb0e..a9ae420 100644 --- a/lnet/selftest/conrpc.c +++ b/lnet/selftest/conrpc.c @@ -419,7 +419,7 @@ lstcon_rpc_trans_stat(lstcon_rpc_trans_t *trans, lstcon_trans_stat_t *stat) crpc->crp_node, stat); } - CDEBUG(D_NET, "transaction %s success, %d failure, %d total %d, " + CDEBUG(D_NET, "transaction %s : success %d, failure %d, total %d, " "RPC error(%d), Framework error(%d)\n", lstcon_rpc_trans_name(trans->tas_opc), lstcon_rpc_stat_success(stat, 0), -- 1.8.3.1