org/sonews/Main.java
changeset 15 f2293e8566f5
parent 3 2fdc9cc89502
child 21 4b2c8bedb094
     1.1 --- a/org/sonews/Main.java	Wed Jul 22 14:04:05 2009 +0200
     1.2 +++ b/org/sonews/Main.java	Thu Aug 20 18:41:21 2009 +0200
     1.3 @@ -48,7 +48,7 @@
     1.4    }
     1.5  
     1.6    /** Version information of the sonews daemon */
     1.7 -  public static final String VERSION = "sonews/1.0.0";
     1.8 +  public static final String VERSION = "sonews/1.1.0";
     1.9    public static final Date   STARTDATE = new Date();
    1.10    
    1.11    /**
    1.12 @@ -120,7 +120,7 @@
    1.13        if(!StorageManager.current().isGroupExisting("control"))
    1.14        {
    1.15          StorageManager.current().addGroup("control", 0);
    1.16 -        Log.msg("Group 'control' created.", true);
    1.17 +        Log.get().info("Group 'control' created.");
    1.18        }
    1.19      }
    1.20      catch(StorageBackendException ex)