]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-lda: remove forced logging of session_id
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Wed, 27 Apr 2016 10:06:52 +0000 (13:06 +0300)
committerGitLab <gitlab@git.dovecot.net>
Fri, 29 Apr 2016 19:26:09 +0000 (22:26 +0300)
src/lib-lda/mail-deliver.c

index aa42f906b395407702da684c20ab8764b1dd3c3b..035a2fa4e8e5af7a1b096594027b6a042e1f1a8a 100644 (file)
@@ -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);