Skip to content

Commit

Permalink
doveadm: Add remote(host) prefix to all proxied logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Oct 9, 2017
1 parent 2c0c73f commit beb9d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/server-connection.c
Expand Up @@ -310,7 +310,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);
}
}

Expand Down

0 comments on commit beb9d92

Please sign in to comment.