Signed-off-by: OHMURA Kei <[email protected]>
---
 ryu/app/simple_vlan.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/app/simple_vlan.py b/ryu/app/simple_vlan.py
index d92952b..21b2ddf 100644
--- a/ryu/app/simple_vlan.py
+++ b/ryu/app/simple_vlan.py
@@ -132,7 +132,7 @@ class SimpleVLAN(app_manager.RyuApp):
         try:
             ovs_br.set_db_attribute("Port", port_name, "tag", tunnel_key)
         except gevent.Timeout:
-            self.logger.error('timout')
+            self.logger.error('timeout')
             return
 
         return True
-- 
1.7.9.5


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to