changeset 26334:2839d02def9f

lib-lda: Replace i_error() with e_error().
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Sun, 10 Mar 2019 12:58:03 +0100
parents 51fa68883ba4
children 33c1b2bd705a
files src/lib-lda/mail-deliver.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-lda/mail-deliver.c	Sun Mar 10 10:53:51 2019 +0100
+++ b/src/lib-lda/mail-deliver.c	Sun Mar 10 12:58:03 2019 +0100
@@ -194,7 +194,8 @@
 	str = t_str_new(256);
 	tab = mail_deliver_ctx_get_log_var_expand_table(ctx, msg);
 	if (var_expand(str, ctx->set->deliver_log_format, tab, &error) <= 0) {
-		i_error("Failed to expand deliver_log_format=%s: %s",
+		e_error(ctx->event,
+			"Failed to expand deliver_log_format=%s: %s",
 			ctx->set->deliver_log_format, error);
 	}