From 5b40532b67c12614b47eeedad165ff2c8f7b2840 Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 17 Oct 2013 13:54:05 -0400 Subject: [PATCH] compresslog: fix thinko on debug var --- compresslog | 1 + 1 file changed, 1 insertion(+) diff --git a/compresslog b/compresslog index aca5130..76982d4 100755 --- a/compresslog +++ b/compresslog @@ -17,6 +17,7 @@ import errno ## # this will route stderr to syslog, including # stacktraces from unhandled exceptions +debug = False if sys.argv[1] == '-d': # "debug" mode disables logging to syslog debug = True sys.argv.pop(1) -- 2.11.4.GIT