Skip to content

Commit 73a44ab

Browse files
committed
Modify log output
1 parent 26c2df7 commit 73a44ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trantor/net/inner/Socket.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void Socket::bindAddress(const InetAddress &localaddr)
3333
return;
3434
else
3535
{
36-
LOG_SYSERR << "bind failed";
36+
LOG_SYSERR << ", Bind address failed at " << localaddr.toIpPort();
3737
exit(-1);
3838
}
3939
}

0 commit comments

Comments
 (0)