[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    icecream/client
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-09-03 9:28:45
Message-ID: 1157275725.224429.8719.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 580323 by coolo:

don't output an error. too many of the exceptions are
just happening without real consequence


 M  +2 -2      main.cpp  


--- trunk/icecream/client/main.cpp #580322:580323
@@ -315,10 +315,10 @@
                 local_daemon->send_msg (EndMsg());
         } catch ( int error ) {
             if (remote_daemon.size())
-                log_error() << "got exception " << error
+                log_info() << "got exception " << error
                     << " (" << remote_daemon.c_str() << ") " << endl;
             else
-                log_error() << "got exception " << error << " (this should be an exception!)" <<
+                log_info() << "got exception " << error << " (this should be an exception!)" <<
                     endl;
 
             /* currently debugging a client ? throw an error then */
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic