mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Log at LD_PT instead of LD_GENERAL for PT process stdout lines.
See: tpo/core/tor#33669
This commit is contained in:
parent
3338b34ec9
commit
58f0e548ff
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue