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=dba8d7a9fb79dd7a776478781736c2425b19bd17;hpb=91d5dd26d1d156e2bea3193b283144ff2f854d00 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))