diff options
Diffstat (limited to 'module/remote/wsbackend/AbstractHandler.py')
-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) |