summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-21 13:18:58 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-21 13:18:58 +0200
commita11b4d01a8d3d77fae89914fb0950d5fbb3b86b1 (patch)
treead3693a956762d3481c9da49a14b3c6b4446dde3 /module/PluginThread.py
parentfixes (diff)
downloadpyload-a11b4d01a8d3d77fae89914fb0950d5fbb3b86b1.tar.xz
adaptions for win build
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index db8804db5..623227061 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -92,7 +92,7 @@ class PluginThread(Thread):
- dump_name = "debug_%s_%s.txt" % (pyfile.pluginname, strftime("%d%h%Y_%H:%M:%S"))
+ dump_name = "debug_%s_%s.txt" % (pyfile.pluginname, strftime("%d-%m-%Y_%H:%M:%S"))
self.m.core.log.info("Debug Report written to %s" % dump_name)
f = open(dump_name, "wb")