]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* Finished the updates to serv_smtp.c, although I think there may be a
[citadel.git] / citadel / msgbase.c
index 70d16cf300a5a8d1d7c3501383cb34d5e3af0517..549271b17286bc96b20f525ab0630269eb9bd6fd 100644 (file)
@@ -1839,8 +1839,7 @@ long CtdlSubmitMsg(struct CtdlMessage *msg,       /* message to save */
         if (recps->num_room > 0)
          for (i=0; i<num_tokens(recps->recp_room, '|'); ++i) {
                extract(recipient, recps->recp_room, i);
-               lprintf(9, "Delivering to local room <%s>\n",
-                       recipient);
+               lprintf(9, "Delivering to local room <%s>\n", recipient);
                CtdlSaveMsgPointerInRoom(recipient, newmsgid, 0);
        }