diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-21 21:30:02 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-21 21:30:02 +0100 |
commit | 5340ae11d9b73105a8a831cbdce87303338ca9b1 (patch) | |
tree | f1ae9fb835db7a0dc5bd561e9457726e93008060 /module/remote | |
parent | little fixes, use global progress to render single task (diff) | |
download | pyload-5340ae11d9b73105a8a831cbdce87303338ca9b1.tar.xz |
subline for global progress
Diffstat (limited to 'module/remote')
-rw-r--r-- | module/remote/wsbackend/AbstractHandler.py | 2 |
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) |