diff options
Diffstat (limited to 'rpc/rpc-lib/src')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-clnt-ping.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt-ping.c b/rpc/rpc-lib/src/rpc-clnt-ping.c index 26831ba11f3..0ef54f8c6f8 100644 --- a/rpc/rpc-lib/src/rpc-clnt-ping.c +++ b/rpc/rpc-lib/src/rpc-clnt-ping.c @@ -255,7 +255,7 @@ rpc_clnt_start_ping (void *rpc_ptr)                          gf_log (THIS->name, GF_LOG_DEBUG,                                  "returning as transport is already disconnected"                                  " OR there are no frames (%d || %d)", -                                frame_count, !conn->connected); +                                !conn->connected, frame_count);                          pthread_mutex_unlock (&conn->lock);                          return;  | 
