X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontrol.c;fp=citadel%2Fcontrol.c;h=b81526cf1dc855078349afb8ed70a4803bb0388d;hp=1e469b489ef84178f4466574a9ad5d2b780e1d11;hb=a9d212c452ddc4c041c6b1ca30670dde9a321a07;hpb=5dde04076f84b60ce14bd79b4157f06af3008981 diff --git a/citadel/control.c b/citadel/control.c index 1e469b489..b81526cf1 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -693,8 +693,9 @@ void cmd_conf(char *argbuf) } put_config(); snprintf(buf, sizeof buf, - "The global system configuration has been edited by %s.\n", - CC->curr_user); + "The global system configuration has been edited by %s.\n", + (CC->logged_in ? CC->curr_user : "an administrator") + ); CtdlAideMessage(buf,"Citadel Configuration Manager Message"); if (!IsEmptyStr(config.c_logpages))