mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 21:56:13 +08:00
Task #3953 - Inherit XArch and XBase from std::exception
This commit is contained in:
@@ -200,7 +200,7 @@ CSocketMultiplexer::serviceThread(void*)
|
||||
}
|
||||
}
|
||||
catch (XArchNetwork& e) {
|
||||
LOG((CLOG_WARN "error in socket multiplexer: %s", e.what().c_str()));
|
||||
LOG((CLOG_WARN "error in socket multiplexer: %s", e.what()));
|
||||
status = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user