summaryrefslogtreecommitdiffstats
path: root/pimd/pim_ifchannel.c
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-01-30 08:13:39 +0100
committeranlan_cs <vic.lan@pica8.com>2022-02-21 14:33:04 +0100
commitde674e9fc2543b086eece60f37a04dedb9701183 (patch)
tree3da4d5152e7f60df07dd07e164761aaca804a24a /pimd/pim_ifchannel.c
parentMerge pull request #10547 from donaldsharp/10458 (diff)
downloadfrr-de674e9fc2543b086eece60f37a04dedb9701183.tar.xz
frr-de674e9fc2543b086eece60f37a04dedb9701183.zip
pimd: cosmetic change
Remove one empty line. And correct one word. Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'pimd/pim_ifchannel.c')
-rw-r--r--pimd/pim_ifchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c
index a613c89b7..b3573e29e 100644
--- a/pimd/pim_ifchannel.c
+++ b/pimd/pim_ifchannel.c
@@ -269,7 +269,7 @@ void pim_ifchannel_ifjoin_switch(const char *caller, struct pim_ifchannel *ch,
if (old_state == new_state) {
if (PIM_DEBUG_PIM_EVENTS) {
zlog_debug(
- "%s calledby %s: non-transition on state %d (%s)",
+ "%s called by %s: non-transition on state %d (%s)",
__func__, caller, new_state,
pim_ifchannel_ifjoin_name(new_state, 0));
}