small typo in log_plugin.py

Index: plugins/log_plugin.py
===================================================================
--- plugins/log_plugin.py       (revision 143)
+++ plugins/log_plugin.py       (working copy)
@@ -44,7 +44,7 @@
     else:
         logdir = PRIVATE_LOG_DIR
     if logdir[-1] == '/':
-        logdir = LOGDIR[:-1]
+        logdir = logdir[:-1]
     str_year = str(year)
     str_month = str(month)
     str_day = str(day)

Johannes Buchner
http://twoday.tuwien.ac.at/jo/

Thanks, fix committed to

Thanks, fix committed to neutron trunk SVN.

Syndicate content