* Did most of the migration from save_message() to CtdlSaveMsg(). The
[citadel.git] / citadel / control.c
index 1dbcae80b5245e3e270efa931e6da9d96ebdbb9b..f21e3d88a7c2eccefc6a0bcd3d0dcabb9845e214 100644 (file)
@@ -236,7 +236,7 @@ void cmd_conf(char *argbuf) {
                    }
                put_config();
                snprintf(buf,sizeof buf,
-                        "Global system configuration edited by %s",
+                        "Global system configuration edited by %s\n",
                         CC->curr_user);
                aide_message(buf);