From 5340ae11d9b73105a8a831cbdce87303338ca9b1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 21 Mar 2013 21:30:02 +0100 Subject: subline for global progress --- module/remote/wsbackend/AbstractHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/remote') 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) -- cgit v1.2.3