Skip to content

Commit 65f2455

Browse files
authored
Keep log level consistency. (an-tao#347)
1 parent 79e1ffc commit 65f2455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trantor/net/inner/TcpConnectionImpl.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ void TcpConnectionImpl::sendInLoop(const char *buffer, size_t length)
387387
loop_->assertInLoopThread();
388388
if (status_ != ConnStatus::Connected)
389389
{
390-
LOG_WARN << "Connection is not connected,give up sending";
390+
LOG_DEBUG << "Connection is not connected,give up sending";
391391
return;
392392
}
393393
ssize_t sendLen = 0;

0 commit comments

Comments
 (0)