1.1 --- a/org/sonews/Main.java Thu Aug 20 16:57:38 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)