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.2.27~348 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc185e31846ce9fd4b12a4f216010b8a2fd621ae;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 142f12d80a..26d30cad01 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; }