diff -r 2fdc9cc89502 -r 91dc9acb03ed org/sonews/Main.java --- a/org/sonews/Main.java Wed Jul 22 14:04:05 2009 +0200 +++ b/org/sonews/Main.java Fri Aug 21 17:40:54 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)