diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-05-06 14:40:45 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-06 14:40:45 +0530 |
commit | 12eb832e255a1abb90434ab3e0d1e1632ae7ce03 (patch) | |
tree | 13f4ed9975c685ccc87e24af2c514fd62e5f8add /xlators | |
parent | cba961e9f4ff3452f5e8e6152c632a258b737576 (diff) |
fix log message from transport-timeout to frame-timeout
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/protocol/client/src/client-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-protocol.c b/xlators/protocol/client/src/client-protocol.c index 8c6cffd67..7a2326afd 100644 --- a/xlators/protocol/client/src/client-protocol.c +++ b/xlators/protocol/client/src/client-protocol.c @@ -286,7 +286,7 @@ call_bail (void *data) gf_log (trans->xl->name, GF_LOG_ERROR, "bailing out frame %s(%d) " - "frame sent = %s. transport-timeout = %d", + "frame sent = %s. frame-timeout = %d", gf_op_list[trav->op], trav->op, frame_sent, conn->frame_timeout); |