Skip to content

Commit

Permalink
lldp: fix capitalization in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Feb 3, 2022
1 parent e7b14e4 commit 0eccbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/protocols/lldp.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static int _lldp_send(struct lldpd *global,
return 0;

toobig:
log_info("lldp", "Cannot send LLDP packet for %s, Too big message", hardware->h_ifname);
log_info("lldp", "Cannot send LLDP packet for %s, too big message", hardware->h_ifname);
free(packet);
return E2BIG;
}
Expand Down

0 comments on commit 0eccbc0

Please sign in to comment.