summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index 40138cd..477dc04 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -155,7 +155,7 @@ int main(int argc, char *argv[]) {
application.getUserManager()->unregisterBackend(networkUserBackend);
}
catch(Core::Exception &e) {
- application.logf(Core::Logger::LOG_CRITICAL, "Error: %s", e.what());
+ application.log(Core::Logger::LOG_CRITICAL, Core::Format("Error: %s") % e);
}
application.getRequestManager()->unregisterConnection(connection);