summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/DownloadScheduler.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-06-03 15:14:28 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-06-03 15:14:28 +0200
commitabcfb7b1b6d0af06b20d1607cbc8457537efbc3d (patch)
tree838135e95d42506b58cb44085459df4b023a966b /module/plugins/hooks/DownloadScheduler.py
parentPremiumizeMe: Added code that generates fall back file names (used for freaks... (diff)
parentcommit plugins only (diff)
downloadpyload-abcfb7b1b6d0af06b20d1607cbc8457537efbc3d.tar.xz
Merged in FloFra/pyload/stable (pull request #25)
Diffstat (limited to 'module/plugins/hooks/DownloadScheduler.py')
-rw-r--r--module/plugins/hooks/DownloadScheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/DownloadScheduler.py b/module/plugins/hooks/DownloadScheduler.py
index 2d7d2ffb0..7cadede38 100644
--- a/module/plugins/hooks/DownloadScheduler.py
+++ b/module/plugins/hooks/DownloadScheduler.py
@@ -63,7 +63,7 @@ class DownloadScheduler(Hook):
def setDownloadSpeed(self, speed):
if speed == 0:
- self.logInfo("Stopping download server. Current downloads will not be interrupted.")
+ self.logInfo("Stopping download server. (Running downloads will not be aborted.)")
self.core.api.pauseServer()
else:
self.core.api.unpauseServer()