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 authored and Timo Sirainen committed Oct 9, 2017
1 parent 8a2df8a commit 59d3aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/server-connection.c
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 59d3aed

Please sign in to comment.