mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 04:25:58 +08:00
直接打印SockException类
This commit is contained in:
@@ -57,7 +57,7 @@ void ShellSession::onRecv(const Buffer::Ptr&buf) {
|
||||
}
|
||||
|
||||
void ShellSession::onError(const SockException &err){
|
||||
WarnP(this) << err.what();
|
||||
WarnP(this) << err;
|
||||
}
|
||||
|
||||
void ShellSession::onManager() {
|
||||
|
||||
Reference in New Issue
Block a user