From dedb5eeede9e690759f84b2fe7816f22ccd48b7d Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 26 Mar 2018 23:21:47 +0300 Subject: [PATCH] upd --- rbmd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rbmd.py b/rbmd.py index 25c4a0f..1e40c4c 100644 --- a/rbmd.py +++ b/rbmd.py @@ -108,6 +108,7 @@ class MountHandler(tornado.web.RequestHandler): if self.get_secure_cookie("user"): data = {k: v[0] for k, v in self.request.arguments.items()} res = action('mount', 'post', json.dumps(data)) + logging.info(res) self.write(res)