diff -r 2fdc9cc89502 -r f2293e8566f5 org/sonews/daemon/command/OverCommand.java --- a/org/sonews/daemon/command/OverCommand.java Wed Jul 22 14:04:05 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]); } }