From 7890312d0a850ffc5be20d078d7e8f2d148dca3e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 31 Aug 2009 21:21:09 +0200 Subject: =?UTF-8?q?LogManager=20=C3=BCberarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/madc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/madc.cpp') diff --git a/src/madc.cpp b/src/madc.cpp index 0f4639d..762aa03 100644 --- a/src/madc.cpp +++ b/src/madc.cpp @@ -125,7 +125,7 @@ int main(int argc, char *argv[]) { application.getRequestManager()->unregisterConnection(connection); } catch(Core::Exception &e) { - application.logf(Core::LoggerBase::LOG_CRITICAL, "Error: %s", e.what()); + application.logf(Core::Logger::LOG_CRITICAL, "Error: %s", e.what()); } delete connection; -- cgit v1.2.3