From f8b92eb858962b75ae17519489b4cd9f29a60203 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 20 Dec 2013 19:31:03 +0900 Subject: [PATCH] ofproto-dpif-upcall: Reduce log level of "Spent unreasonably long" msg This message can be caused by a time warp and make tests fail. The message was introduced by commit e79a6c83. ("ofproto: Handle flow installation and eviction in upcall.") Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif-upcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index 78424fd42..836995968 100644 --- a/ofproto/ofproto-dpif-upcall.c +++ b/ofproto/ofproto-dpif-upcall.c @@ -601,7 +601,7 @@ udpif_flow_dumper(void *arg) atomic_store(&udpif->flow_limit, flow_limit); if (duration > 2000) { - VLOG_WARN("Spent an unreasonably long %lldms dumping flows", + VLOG_INFO("Spent an unreasonably long %lldms dumping flows", duration); } -- 2.43.0