]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm user: If lookup fails, don't write it to the same line as header.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 11 Oct 2016 09:43:20 +0000 (12:43 +0300)
committerGitLab <gitlab@git.dovecot.net>
Thu, 20 Oct 2016 12:00:38 +0000 (15:00 +0300)
src/doveadm/doveadm-auth.c

index dfc93820f9b05d78d3788dfabe327fcdb39030d6..064a986085919b2363f66dab3dabd4f20992e0d3 100644 (file)
@@ -570,7 +570,7 @@ cmd_user_mail_input(struct mail_storage_service_ctx *storage_service,
                if (ret < 0)
                        return -1;
                fprintf(show_field == NULL && expand_field == NULL ? stdout : stderr,
-                       "userdb lookup: user %s doesn't exist\n",
+                       "\nuserdb lookup: user %s doesn't exist\n",
                        input->username);
                return 0;
        }