From 10ff3d789574879cdaf472b4a4122943e4b7f25a Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 29 Jul 2009 23:34:56 +0200 Subject: 4179 - bogus logging in Ice.Application --- cpp/src/Ice/Application.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'cpp/src/Ice/Application.cpp') diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp index 7b8481f27ee..cb411293e5a 100644 --- a/cpp/src/Ice/Application.cpp +++ b/cpp/src/Ice/Application.cpp @@ -481,8 +481,8 @@ Ice::Application::destroyOnInterrupt() } else { - Error out(getProcessLogger()); - out << _appName << ": warning: interrupt method called on Application configured to not handle interrupts."; + Warning out(getProcessLogger()); + out << _appName << ": interrupt method called on Application configured to not handle interrupts."; } } @@ -504,8 +504,8 @@ Ice::Application::shutdownOnInterrupt() } else { - Error out(getProcessLogger()); - out << _appName << ": warning: interrupt method called on Application configured to not handle interrupts."; + Warning out(getProcessLogger()); + out << _appName << ": interrupt method called on Application configured to not handle interrupts."; } } @@ -527,8 +527,8 @@ Ice::Application::ignoreInterrupt() } else { - Error out(getProcessLogger()); - out << _appName << ": warning: interrupt method called on Application configured to not handle interrupts."; + Warning out(getProcessLogger()); + out << _appName << ": interrupt method called on Application configured to not handle interrupts."; } } @@ -550,8 +550,8 @@ Ice::Application::callbackOnInterrupt() } else { - Error out(getProcessLogger()); - out << _appName << ": warning: interrupt method called on Application configured to not handle interrupts."; + Warning out(getProcessLogger()); + out << _appName << ": interrupt method called on Application configured to not handle interrupts."; } } @@ -574,8 +574,8 @@ Ice::Application::holdInterrupt() } else { - Error out(getProcessLogger()); - out << _appName << ": warning: interrupt method called on Application configured to not handle interrupts."; + Warning out(getProcessLogger()); + out << _appName << ": interrupt method called on Application configured to not handle interrupts."; } } @@ -605,8 +605,8 @@ Ice::Application::releaseInterrupt() } else { - Error out(getProcessLogger()); - out << _appName << ": warning: interrupt method called on Application configured to not handle interrupts."; + Warning out(getProcessLogger()); + out << _appName << ": interrupt method called on Application configured to not handle interrupts."; } } -- cgit v1.2.3