From: Timo Sirainen Date: Mon, 20 Apr 2020 11:49:35 +0000 (+0300) Subject: login-proxy: "Started proxying to ..." - Use uppercase for the first letter X-Git-Tag: 2.3.11.2~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550698f92560edac7175ef82a110560d780732aa;p=thirdparty%2Fdovecot%2Fcore.git login-proxy: "Started proxying to ..." - Use uppercase for the first letter Other log messages start uppercased as well. --- diff --git a/src/login-common/client-common-auth.c b/src/login-common/client-common-auth.c index 197d982227..a8bc41a430 100644 --- a/src/login-common/client-common-auth.c +++ b/src/login-common/client-common-auth.c @@ -264,7 +264,7 @@ void client_proxy_finish_destroy_client(struct client *client) /* Include hostname in the log message in case it's different from the IP address in the prefix. */ - str_printfa(str, "started proxying to %s", + str_printfa(str, "Started proxying to %s", login_proxy_get_host(client->login_proxy)); if (strcmp(client->virtual_user, client->proxy_user) != 0) { /* remote username is different, log it */