]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.c
Streamline punctuation of log messages
[ngircd-alex.git] / src / ngircd / channel.c
index 00aafe05a170102a3e22053af73861b50b14e112..4eab2726a04393f40bc08ddec9ecfd4a4d5144c0 100644 (file)
@@ -131,11 +131,11 @@ Channel_InitPredefined( void )
 
                new_chan = Channel_Create(conf_chan->name);
                if (!new_chan) {
-                       Log(LOG_ERR, "Can't create pre-defined channel \"%s\"",
+                       Log(LOG_ERR, "Can't create pre-defined channel \"%s\"!",
                                                        conf_chan->name);
                        continue;
                }
-               Log(LOG_INFO, "Created pre-defined channel \"%s\"",
+               Log(LOG_INFO, "Created pre-defined channel \"%s\".",
                                                conf_chan->name);
 
                Channel_ModeAdd(new_chan, 'P');