X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitserver.c;h=13791feee871199425f8cf465916853da8654ad9;hp=42fb045a49665adde0c52e2381cc996de92f3def;hb=d9a896503ba54a3b0b3c95059bac85541ba55090;hpb=6183d89e37d04ae76099a16f0ea812c867adb719 diff --git a/citadel/citserver.c b/citadel/citserver.c index 42fb045a4..13791feee 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -1042,7 +1042,7 @@ void do_command_loop(void) { time(&CC->lastcmd); memset(cmdbuf, 0, sizeof cmdbuf); /* Clear it, just in case */ if (client_getln(cmdbuf, sizeof cmdbuf) < 1) { - syslog(LOG_ERR, "Client disconnected: ending session.\n"); + syslog(LOG_ERR, "Citadel client disconnected: ending session.\n"); CC->kill_me = KILLME_CLIENT_DISCONNECTED; CtdlThreadName(old_name); return;