Added protocol names to all 'client disconnected' syslogs
[citadel.git] / citadel / modules / vcard / serv_vcard.c
index 39c4017868c74a26351ab5c23297e9c385114324..8340d4eebad1a7632d5c03d3376fa6208b9d2fb3 100644 (file)
@@ -1116,7 +1116,7 @@ void check_get(void) {
        time(&CC->lastcmd);
        memset(cmdbuf, 0, sizeof cmdbuf); /* Clear it, just in case */
        if (client_getln(cmdbuf, sizeof cmdbuf) < 1) {
-               syslog(LOG_CRIT, "Client disconnected: ending session.\n");
+               syslog(LOG_CRIT, "vcard client disconnected: ending session.\n");
                CC->kill_me = KILLME_CLIENT_DISCONNECTED;
                return;
        }