diff -r 2fdc9cc89502 -r f2293e8566f5 org/sonews/Main.java --- a/org/sonews/Main.java Wed Jul 22 14:04:05 2009 +0200 +++ b/org/sonews/Main.java Thu Aug 20 18:41:21 2009 +0200 @@ -48,7 +48,7 @@ } /** Version information of the sonews daemon */ - public static final String VERSION = "sonews/1.0.0"; + public static final String VERSION = "sonews/1.1.0"; public static final Date STARTDATE = new Date(); /** @@ -120,7 +120,7 @@ if(!StorageManager.current().isGroupExisting("control")) { StorageManager.current().addGroup("control", 0); - Log.msg("Group 'control' created.", true); + Log.get().info("Group 'control' created."); } } catch(StorageBackendException ex)