X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontrol.c;h=f21e3d88a7c2eccefc6a0bcd3d0dcabb9845e214;hb=1cb1846881827420b481ce8742c4d10ac18afe9c;hp=1dbcae80b5245e3e270efa931e6da9d96ebdbb9b;hpb=561766aa347a0f6673e7bbebf7e29a70e456e507;p=citadel.git diff --git a/citadel/control.c b/citadel/control.c index 1dbcae80b..f21e3d88a 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -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);