1.1 --- a/org/sonews/daemon/ConnectionWorker.java Fri Jun 26 16:48:50 2009 +0200
1.2 +++ b/org/sonews/daemon/ConnectionWorker.java Mon Aug 24 13:00:05 2009 +0200
1.3 @@ -89,11 +89,11 @@
1.4 }
1.5 catch(InterruptedException ex)
1.6 {
1.7 - Log.msg("ConnectionWorker interrupted: " + ex, true);
1.8 + Log.get().info("ConnectionWorker interrupted: " + ex);
1.9 }
1.10 catch(Exception ex)
1.11 {
1.12 - Log.msg("Exception in ConnectionWorker: " + ex, false);
1.13 + Log.get().severe("Exception in ConnectionWorker: " + ex);
1.14 ex.printStackTrace();
1.15 }
1.16 } // end while(isRunning())