summaryrefslogtreecommitdiff
path: root/voctogui/voctogui.py
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2016-01-13 13:16:07 +0100
committerMaZderMind <github@mazdermind.de>2016-01-13 13:16:07 +0100
commit0cb0f1f16320c4b0314c5b81c91f022330e74642 (patch)
treee1e03aca23ae3a7d499113494a8bbde79a4e2c82 /voctogui/voctogui.py
parent603bace75192efd80e0facc5454af5f1fd3651a3 (diff)
port timestmap logging to gui
Diffstat (limited to 'voctogui/voctogui.py')
-rwxr-xr-xvoctogui/voctogui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voctogui/voctogui.py b/voctogui/voctogui.py
index 123a305..8bb444b 100755
--- a/voctogui/voctogui.py
+++ b/voctogui/voctogui.py
@@ -86,7 +86,7 @@ def main():
# configure logging
docolor = (Args.color == 'always') or (Args.color == 'auto' and sys.stderr.isatty())
- handler = LogHandler(docolor)
+ handler = LogHandler(docolor, Args.timestamp)
logging.root.addHandler(handler)
if Args.verbose >= 2: