summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index 14a149a..1994049 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -32,7 +32,7 @@ class ControlLogFormatter:
thandy.util.formatLogString(m))
def formatException(self, exc_info):
- return repr(traceback.print_exception())
+ return repr(traceback.format_exception(*exc_info))
class RegularLogFilter:
def filter(self, record):
@@ -76,7 +76,6 @@ def update(args):
use_packagesys = True
install = False
socksPort = None
- logLevel = logging.INFO
forceCheck = False
for o, v in options: