]> 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)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 20 Oct 2016 20:04:40 +0000 (23:04 +0300)
src/doveadm/doveadm-auth.c

index 142f12d80ae3f5a87e9500c02851bf74487f0dbd..26d30cad0166137220447e274aaf9856e8ebb58a 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;
        }