aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/Log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Log.py b/share/Log.py
index bcda819..41a9691 100644
--- a/share/Log.py
+++ b/share/Log.py
@@ -49,5 +49,6 @@ def error(s):
global _name
sys.stderr.write(_name + ': ' + s + '\n')
+ log(s)
# Log.py ends here