From: Timo Sirainen Date: Tue, 11 Oct 2016 09:43:20 +0000 (+0300) Subject: doveadm user: If lookup fails, don't write it to the same line as header. X-Git-Tag: 2.3.0.rc1~2843 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bc2f7085bcd31618c540c12ffd185da37352d3;p=thirdparty%2Fdovecot%2Fcore.git doveadm user: If lookup fails, don't write it to the same line as header. --- diff --git a/src/doveadm/doveadm-auth.c b/src/doveadm/doveadm-auth.c index dfc93820f9..064a986085 100644 --- a/src/doveadm/doveadm-auth.c +++ b/src/doveadm/doveadm-auth.c @@ -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; }