X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontrol.c;h=b81526cf1dc855078349afb8ed70a4803bb0388d;hb=a9d212c452ddc4c041c6b1ca30670dde9a321a07;hp=1e469b489ef84178f4466574a9ad5d2b780e1d11;hpb=959a32be2ef15652d1be4113bb1b72af24ec030c;p=citadel.git 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))