diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-07-26 16:58:14 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-07-29 18:31:58 -0400 |
| commit | a17eb04734f33164e76ba80be1a7ff3c96075b20 (patch) | |
| tree | 8ab2a5ca537a1922e18eec02b50110763c3cb5e4 /zebra/if_ioctl.c | |
| parent | 7b6cee897573617fb6101ad6c2cf371269fc7734 (diff) | |
zebra: Remove usage of newline in zlog_X message
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/if_ioctl.c')
| -rw-r--r-- | zebra/if_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/if_ioctl.c b/zebra/if_ioctl.c index 4e4ebc9cda..2c83a7ed4c 100644 --- a/zebra/if_ioctl.c +++ b/zebra/if_ioctl.c @@ -199,7 +199,7 @@ static int if_getaddrs(void) ifp = if_lookup_by_name(ifap->ifa_name, VRF_DEFAULT); if (ifp == NULL) { flog_err(EC_LIB_INTERFACE, - "if_getaddrs(): Can't lookup interface %s\n", + "if_getaddrs(): Can't lookup interface %s", ifap->ifa_name); continue; } |
