]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
login-proxy: "Started proxying to ..." - Use uppercase for the first letter
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 20 Apr 2020 11:49:35 +0000 (14:49 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 24 Apr 2020 08:02:40 +0000 (08:02 +0000)
Other log messages start uppercased as well.

src/login-common/client-common-auth.c

index 197d982227d1879561971feac17d03ce5069de0f..a8bc41a43041c01e78875218ec5b0da58f0ea3be 100644 (file)
@@ -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 */