mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 09:56:52 +08:00
Task #3953 - Inherit XArch and XBase from std::exception
This commit is contained in:
@@ -139,7 +139,7 @@ CIpcLogOutputter::bufferThread(void*)
|
||||
}
|
||||
}
|
||||
catch (XArch& e) {
|
||||
LOG((CLOG_ERR "ipc log buffer thread error, %s", e.what().c_str()));
|
||||
LOG((CLOG_ERR "ipc log buffer thread error, %s", e.what()));
|
||||
}
|
||||
|
||||
LOG((CLOG_DEBUG "ipc log buffer thread finished"));
|
||||
|
||||
Reference in New Issue
Block a user