From: YAMAMOTO Takashi Date: Fri, 20 Dec 2013 10:31:03 +0000 (+0900) Subject: ofproto-dpif-upcall: Reduce log level of "Spent unreasonably long" msg X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~103 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=f8b92eb858962b75ae17519489b4cd9f29a60203 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 --- 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); }