changeset 1332:9d4684867908

typo from addition of verboseLogging Ignore-this: 76d72724b9a8bb7375f41a616ff84f0d darcs-hash:4d9d667cee0da1d5e324af92cf07a166e8266fa5
author drewp <drewp@bigasterisk.com>
date Tue, 23 Apr 2019 02:17:35 -0700
parents 6a6fdfd3ffa9
children fbf777c3bc04
files lib/standardservice/logsetup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/standardservice/logsetup.py	Tue Apr 23 02:14:12 2019 -0700
+++ b/lib/standardservice/logsetup.py	Tue Apr 23 02:17:35 2019 -0700
@@ -6,7 +6,7 @@
 log = logging.getLogger()
 log.setLevel(logging.INFO)
 
-def enableTwistedLog(yes):
+def enableTwistedLog():
     from twisted.python import log as twlog
     import sys
     twlog.startLogging(sys.stdout)