output refine for receipt_recv_timeout_callback
parent
99078203c0
commit
45531cf0c8
|
|
@ -68,9 +68,9 @@ static int receipt_recv_timeout_callback(struct fast_task_info *task)
|
||||||
__LINE__, task->server_ip, task->port);
|
__LINE__, task->server_ip, task->port);
|
||||||
} else {
|
} else {
|
||||||
logError("file: "__FILE__", line: %d, "
|
logError("file: "__FILE__", line: %d, "
|
||||||
"communication with server %s:%u timeout, "
|
"%s server %s:%u timeout, channel established: %d",
|
||||||
"channel established: %d", __LINE__,
|
__LINE__, task->nio_stages.current == SF_NIO_STAGE_SEND ?
|
||||||
task->server_ip, task->port,
|
"send to" : "recv from", task->server_ip, task->port,
|
||||||
FC_ATOMIC_GET(channel->established));
|
FC_ATOMIC_GET(channel->established));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue