diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-07 09:25:53 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-07 09:29:45 -0400 |
| commit | 9a8a7b0ed1e9f464ab26b6271940eb802b6c77f5 (patch) | |
| tree | 1d9d9cc7720448f37ef375537cc16f8705a40154 /lib/plist.c | |
| parent | 3f759ec92f402476be506cd8d0c946709f9e530e (diff) | |
lib, pimd, sharpd: Various output string cleanups
Various compilers in our CI system were complaining about various
auto-conversions. Let's get these cleaned up a bit more.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/plist.c')
| -rw-r--r-- | lib/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist.c b/lib/plist.c index 9957ff1f51..54ea742c66 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -1009,7 +1009,7 @@ static int vty_prefix_list_uninstall(struct vty *vty, afi_t afi, if (pentry == NULL) { vty_out(vty, - "%% Can't find prefix-list %s with sequence number %lu\n", + "%% Can't find prefix-list %s with sequence number %" PRIu64 "\n", name, seqnum); return CMD_WARNING_CONFIG_FAILED; } |
