summaryrefslogtreecommitdiffstats
path: root/module/remote
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-21 21:30:02 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-21 21:30:02 +0100
commit5340ae11d9b73105a8a831cbdce87303338ca9b1 (patch)
treef1ae9fb835db7a0dc5bd561e9457726e93008060 /module/remote
parentlittle fixes, use global progress to render single task (diff)
downloadpyload-5340ae11d9b73105a8a831cbdce87303338ca9b1.tar.xz
subline for global progress
Diffstat (limited to 'module/remote')
-rw-r--r--module/remote/wsbackend/AbstractHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/wsbackend/AbstractHandler.py b/module/remote/wsbackend/AbstractHandler.py
index 45fbb134c..07cc79c74 100644
--- a/module/remote/wsbackend/AbstractHandler.py
+++ b/module/remote/wsbackend/AbstractHandler.py
@@ -50,7 +50,7 @@ class AbstractHandler:
if s:
uid = s.get('uid', None)
req.api = self.api.withUserContext(uid)
- self.log.debug("WS authenticated with cookie: %d" % uid)
+ self.log.debug("WS authenticated user with cookie: %d" % uid)
self.on_open(req)