Log messages should not start with capital letter.

Signed-off-by: Frode Nordahl <[email protected]>
---
 lib/route-table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/route-table.c b/lib/route-table.c
index 8697d79c7..31a719cd3 100644
--- a/lib/route-table.c
+++ b/lib/route-table.c
@@ -295,7 +295,7 @@ route_table_parse__(struct ofpbuf *buf, size_t ofs,
             if (!if_indextoname(rta_oif, change->rd.ifname)) {
                 int error = errno;
 
-                VLOG_DBG_RL(&rl, "Could not find interface name[%u]: %s",
+                VLOG_DBG_RL(&rl, "could not find interface name[%u]: %s",
                             rta_oif, ovs_strerror(error));
                 if (error == ENXIO) {
                     change->relevant = false;
-- 
2.47.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to