[Privoxy-commits] [privoxy] 09/10: listen_loop(): Split long line in two
    User Git 
    git at git.privoxy.org
       
    Fri Jan 22 13:31:24 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit c52a182532f2b872837aca8182337ae31bbe957b
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jan 22 13:02:50 2021 +0100
    listen_loop(): Split long line in two
---
 jcc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jcc.c b/jcc.c
index 310fb1ee..c40c30dd 100644
--- a/jcc.c
+++ b/jcc.c
@@ -6205,7 +6205,8 @@ static void listen_loop(void)
 
       if (i <= 0)
       {
-         log_error(LOG_LEVEL_ERROR, "Graceful termination failed - still some live clients after 1 minute wait.");
+         log_error(LOG_LEVEL_ERROR, "Graceful termination failed "
+            "- still some live clients after 1 minute wait.");
       }
    }
    sweep();
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list