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)