Skip to content

Commit

Permalink
route-table: Harmonize log msgs with code base.
Browse files Browse the repository at this point in the history
Log messages should not start with capital letter.

Acked-by: Eelco Chaudron <[email protected]>
Signed-off-by: Frode Nordahl <[email protected]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
fnordahl authored and igsilya committed Jan 16, 2025
1 parent 910bc81 commit 583dd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 583dd03

Please sign in to comment.