org/sonews/daemon/command/OverCommand.java
changeset 17 4ae6ada7ea23
parent 3 2fdc9cc89502
child 20 6ae5e4f8329b
     1.1 --- a/org/sonews/daemon/command/OverCommand.java	Wed Jul 22 14:04:05 2009 +0200
     1.2 +++ b/org/sonews/daemon/command/OverCommand.java	Thu Aug 20 22:18:45 2009 +0200
     1.3 @@ -168,7 +168,7 @@
     1.4            }
     1.5            catch(NumberFormatException e) 
     1.6            {
     1.7 -            Log.msg(e.getMessage(), true);
     1.8 +            Log.get().info(e.getMessage());
     1.9              artStart = Integer.parseInt(command[1]);
    1.10            }
    1.11          }