Users misunderstand that this harmful message is critical. Let's
silence it.

Signed-off-by: FUJITA Tomonori <[email protected]>
---
 ryu/controller/dispatcher.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ryu/controller/dispatcher.py b/ryu/controller/dispatcher.py
index b7f7cb7..01cdcf4 100644
--- a/ryu/controller/dispatcher.py
+++ b/ryu/controller/dispatcher.py
@@ -190,7 +190,7 @@ class EventDispatcher(TrackInstances):
 
         handled = self._dispatch(ev, self.events.get(ev.__class__, []))
         if not handled:
-            LOG.info('unhandled event %s', ev)
+            LOG.debug('unhandled event %s', ev)
 
 
 class EventQueueBase(event.EventBase):
-- 
1.7.4.4


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to