diff options
Diffstat (limited to 'share/Log.py')
-rw-r--r-- | share/Log.py | 1 |
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 |