From: Timo Sirainen Date: Mon, 9 Oct 2017 10:55:06 +0000 (+0300) Subject: doveadm: Add remote(host) prefix to all proxied logs X-Git-Tag: 2.3.0.rc1~859 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59d3aed7ae78e2c67a130c5c5adc1084fa6d382b;p=thirdparty%2Fdovecot%2Fcore.git doveadm: Add remote(host) prefix to all proxied logs --- diff --git a/src/doveadm/server-connection.c b/src/doveadm/server-connection.c index 84cbcf49e1..c30ad3a75f 100644 --- a/src/doveadm/server-connection.c +++ b/src/doveadm/server-connection.c @@ -322,7 +322,7 @@ static void server_connection_print_log(struct server_connection *conn) i_warning("Doveadm server sent invalid log type 0x%02x", line[0]); line++; - i_log_type(&ctx, "%s", line); + i_log_type(&ctx, "remote(%s): %s", conn->server->name, line); } }