[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor] 04/07: Log at LD_PT instead of LD_GENERAL for PT process stdout lines.



This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository tor.

commit 58f0e548fff20648d848ed95c1daa2f071ef0743
Author: Alexander Færøy <ahf@xxxxxxxxxxxxxx>
AuthorDate: Fri Sep 24 16:07:50 2021 +0200

    Log at LD_PT instead of LD_GENERAL for PT process stdout lines.
    
    See: tpo/core/tor#33669
---
 src/feature/client/transports.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/client/transports.c b/src/feature/client/transports.c
index 95c9cfeba2..ceeae61dd4 100644
--- a/src/feature/client/transports.c
+++ b/src/feature/client/transports.c
@@ -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)) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits