[Pkg-privacy-commits] [pyptlib] 128/136: Change "PROXY true" to "PROXY DONE"

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:19 UTC 2015


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

infinity0 pushed a commit to branch master
in repository pyptlib.

commit da17d0bde52b4c6720a80b600291b97f3ae60e31
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Tue Mar 25 00:43:10 2014 +0000

    Change "PROXY true" to "PROXY DONE"
    
    Per discussion in tor bug #8402.
---
 pyptlib/client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyptlib/client.py b/pyptlib/client.py
index ed769cd..ef473da 100644
--- a/pyptlib/client.py
+++ b/pyptlib/client.py
@@ -49,7 +49,7 @@ class ClientTransportPlugin(TransportPlugin):
             raise RuntimeError("reportProxySuccess() after status already reported")
         else:
             self.reportedProxy = True
-            self.emit("PROXY true")
+            self.emit("PROXY DONE")
 
     def reportProxyError(self, msg=None):
         """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git



More information about the Pkg-privacy-commits mailing list