currently no one uses the value, though.

Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
---
 ryu/app/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/app/cli.py b/ryu/app/cli.py
index 03c61b5..f95be1c 100644
--- a/ryu/app/cli.py
+++ b/ryu/app/cli.py
@@ -57,7 +57,7 @@ def command_log(f):
         assert(name.startswith('do_'))
         command_name = name[len('do_'):]
         self.logger.info("command %s %s" % (command_name, params))
-        f(self, params)
+        return f(self, params)
     return wrapper
 
 
-- 
1.8.0.1


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to