From: Martti Rannanjärvi Date: Wed, 27 Apr 2016 10:06:52 +0000 (+0300) Subject: lib-lda: remove forced logging of session_id X-Git-Tag: 2.3.0.rc1~3888 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197a3e48d6ca4f03d762ce45527e744c8a3d48e4;p=thirdparty%2Fdovecot%2Fcore.git lib-lda: remove forced logging of session_id --- diff --git a/src/lib-lda/mail-deliver.c b/src/lib-lda/mail-deliver.c index aa42f906b3..035a2fa4e8 100644 --- a/src/lib-lda/mail-deliver.c +++ b/src/lib-lda/mail-deliver.c @@ -149,8 +149,6 @@ void mail_deliver_log(struct mail_deliver_context *ctx, const char *fmt, ...) msg = t_strdup_vprintf(fmt, args); str = t_str_new(256); - if (ctx->session_id != NULL) - str_printfa(str, "%s: ", ctx->session_id); if (ctx->var_expand_table == NULL) mail_deliver_log_cache_var_expand_table(ctx);