fix log message from transport-timeout to frame-timeout

This commit is contained in:
Anand V. Avati 2009-05-06 14:40:45 +05:30
parent cba961e9f4
commit 12eb832e25

View File

@ -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);