diff -r efce4ec25564 -r f2293e8566f5 org/sonews/daemon/command/OverCommand.java --- a/org/sonews/daemon/command/OverCommand.java Thu Aug 20 16:57:38 2009 +0200 +++ b/org/sonews/daemon/command/OverCommand.java Thu Aug 20 18:41:21 2009 +0200 @@ -168,7 +168,7 @@ } catch(NumberFormatException e) { - Log.msg(e.getMessage(), true); + Log.get().info(e.getMessage()); artStart = Integer.parseInt(command[1]); } }