[Pkg-privacy-commits] [obfsproxy] 40/353: Removed hardcoded default log file path

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:36 UTC 2015


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

infinity0 pushed a commit to branch master
in repository obfsproxy.

commit 15bafc2d396dc3159df4236a36d915fb3836f26a
Author: Brandon Wiley <brandon at blanu.net>
Date:   Mon Aug 27 19:21:53 2012 -0500

    Removed hardcoded default log file path
---
 src/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli.py b/src/cli.py
index 36f0218..1f14aee 100644
--- a/src/cli.py
+++ b/src/cli.py
@@ -11,7 +11,7 @@ import os
 import sys
 import logging
 
-logging.basicConfig(filename='/home/brandon/py-obfsproxy/pyobfslog.txt', loglevel=logging.DEBUG)
+logging.basicConfig(filename='pyobfslog.txt', loglevel=logging.DEBUG)
 logging.error('py-obfsproxy CLI loaded')
 logging.error('argv: ' + str(sys.argv))
 

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



More information about the Pkg-privacy-commits mailing list