Log at LD_PT instead of LD_GENERAL for PT process stdout lines.

See: tpo/core/tor#33669
This commit is contained in:
Alexander Færøy 2021-09-24 16:07:50 +02:00 committed by David Goulet
parent 3338b34ec9
commit 58f0e548ff

View file

@ -863,7 +863,7 @@ handle_methods_done(const managed_proxy_t *mp)
STATIC void
handle_proxy_line(const char *line, managed_proxy_t *mp)
{
log_info(LD_GENERAL, "Got a line from managed proxy '%s': (%s)",
log_info(LD_PT, "Got a line from managed proxy '%s': (%s)",
mp->argv[0], line);
if (!strcmpstart(line, PROTO_ENV_ERROR)) {