This was causing test failures on non-Linux platforms.
Reported-by: Ed Maste <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
---
lib/ovs-thread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ovs-thread.c b/lib/ovs-thread.c
index 1a633cf..dcaf7ff 100644
--- a/lib/ovs-thread.c
+++ b/lib/ovs-thread.c
@@ -326,7 +326,7 @@ parse_cpuinfo(long int *n_cores)
stream = fopen(file_name, "r");
if (!stream) {
- VLOG_WARN("%s: open failed (%s)", file_name, ovs_strerror(errno));
+ VLOG_DBG("%s: open failed (%s)", file_name, ovs_strerror(errno));
return;
}
--
1.7.9.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev