diff options
| author | Sri Mohana Singamsetty <srimohans@gmail.com> | 2019-03-15 10:27:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-15 10:27:54 -0700 |
| commit | 61be0e35f2e70a926b752181fd9978ea3d98a5aa (patch) | |
| tree | fae9c112299282a24d1f9a803bbd81e14c1d79b3 /zebra/irdp_main.c | |
| parent | f05d8880492312e5ca79dfd6eb174d066ff07eb9 (diff) | |
| parent | 9165c5f5ff9586e4688b3cbac265d3593f1231cc (diff) | |
Merge pull request #3949 from qlyoung/remove-zlog-newlines
*: remove trailing newlines from zlog messages
Diffstat (limited to 'zebra/irdp_main.c')
| -rw-r--r-- | zebra/irdp_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/irdp_main.c b/zebra/irdp_main.c index a9734056bc..38d241eaa5 100644 --- a/zebra/irdp_main.c +++ b/zebra/irdp_main.c @@ -241,7 +241,7 @@ int irdp_send_thread(struct thread *t_advert) timer = MAX_INITIAL_ADVERT_INTERVAL; if (irdp->flags & IF_DEBUG_MISC) - zlog_debug("IRDP: New timer for %s set to %u\n", ifp->name, + zlog_debug("IRDP: New timer for %s set to %u", ifp->name, timer); irdp->t_advertise = NULL; |
