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
Thanks, fix committed to
Thanks, fix committed to neutron trunk SVN.