]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm-server: Minor error message improvement.
authorTimo Sirainen <tss@iki.fi>
Mon, 28 Oct 2013 09:50:40 +0000 (11:50 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 28 Oct 2013 09:50:40 +0000 (11:50 +0200)
src/doveadm/client-connection.c

index 6fa078e8b60ee024995e9b83ae699d2d57bb7642..ddafa4a15fbf0408d66549d765c7e5836392edf1 100644 (file)
@@ -263,7 +263,7 @@ client_connection_authenticate(struct client_connection *conn)
        /* FIXME: some day we should probably let auth process do this and
           support all kinds of authentication */
        if (strncmp(line, "PLAIN\t", 6) != 0) {
-               i_error("doveadm client attempted non-PLAIN authentication");
+               i_error("doveadm client attempted non-PLAIN authentication: %s", line);
                return -1;
        }