ryu/app/simple_vlan: fix typo

Signed-off-by: OHMURA Kei <ohmura.kei@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
OHMURA Kei 2013-04-26 18:46:06 +09:00 committed by FUJITA Tomonori
parent 3488d0b820
commit 15a185177a

View File

@ -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