* Added a \n where one was needed
authorArt Cancro <ajc@citadel.org>
Fri, 19 Jun 2009 19:32:18 +0000 (19:32 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 19 Jun 2009 19:32:18 +0000 (19:32 +0000)
citadel/modules/network/serv_network.c

index 922452cdf65f75456ecfebe904cb769e045ec402..b5c5e050fc6768d051529518a66d8e2eede1d7a3 100644 (file)
@@ -4,7 +4,7 @@
  * This module handles shared rooms, inter-Citadel mail, and outbound
  * mailing list processing.
  *
- * Copyright (C) 2000-2005 by Art Cancro and others.
+ * Copyright (C) 2000-2009 by Art Cancro and others.
  * This code is released under the terms of the GNU General Public License.
  *
  * ** NOTE **   A word on the S_NETCONFIGS semaphore:
@@ -2238,9 +2238,8 @@ void cmd_netp(char *cmdbuf)
        extract_token(pass, cmdbuf, 1, '|', sizeof pass);
 
        if (doing_queue) {
-               CtdlLogPrintf(CTDL_WARNING, "Network node <%s> refused - spooling", node);
-               cprintf("%d spooling - try again in a few minutes\n",
-                       ERROR + RESOURCE_BUSY);
+               CtdlLogPrintf(CTDL_WARNING, "Network node <%s> refused - spooling\n", node);
+               cprintf("%d spooling - try again in a few minutes\n", ERROR + RESOURCE_BUSY);
                return;
        }