]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
missing linefeed
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 15 Jan 2006 20:47:14 +0000 (20:47 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 15 Jan 2006 20:47:14 +0000 (20:47 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2809 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd_io.cpp

index 3716057aff3bb559a1088c65891f421e7f33fef9..6ded651403bf537c4713cc2a34e3fd3eeaf2f162 100644 (file)
@@ -123,7 +123,7 @@ bool ServerConfig::CheckOnce(char* tag, bool bail, userrec* user)
        {
                if (bail)
                {
        {
                if (bail)
                {
-                       printf("There were errors in your configuration:\nYou have not defined a <%s> tag, this is required.",tag);
+                       printf("There were errors in your configuration:\nYou have not defined a <%s> tag, this is required.\n",tag);
                        Exit(0);
                }
                else
                        Exit(0);
                }
                else