Task #3953 - Inherit XArch and XBase from std::exception

This commit is contained in:
Nick Bolton
2014-03-14 18:30:21 +00:00
parent 78f30db6e9
commit abe108195d
9 changed files with 21 additions and 30 deletions

View File

@@ -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"));