dpif-linux: Report dropped lost messages at WARN level.
authorJustin Pettit <jpettit@nicira.com>
Fri, 25 Jan 2013 22:29:41 +0000 (14:29 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 25 Jan 2013 22:37:39 +0000 (14:37 -0800)
commit8d675c5aee6430ee7c7ff41261d0686bccfc66cd
tree5391e5d39cf6e4bc3cc430c27e823463e646b3b7
parent3214851c31538e8690e31f95702f8927a8c0838b
dpif-linux: Report dropped lost messages at WARN level.

Messages about packets being lost are logged at level WARN, but when
they were generated at a high rate, those consolidated messages were
logged at ERR.  This changes to consolidated messages to be logged at
WARN, too.

Thanks to Ben Pfaff for quickly suggesting the culprit.

Bug #14783

Reported-by: James Schmidt <jschmidt@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/dpif-linux.c