summaryrefslogtreecommitdiffstats
path: root/pimd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-05-12 18:04:57 +0200
committerDonald Sharp <sharpd@nvidia.com>2021-05-12 18:04:57 +0200
commit48c320d2f1ae8ebc3f0bac6f63d67adca8f20378 (patch)
tree11f971fe37ed7ee58ffc13dcce944687ec7125f8 /pimd
parentospfd: Use _func__ instead of __PRETTY_FUNCTION__ (diff)
downloadfrr-48c320d2f1ae8ebc3f0bac6f63d67adca8f20378.tar.xz
frr-48c320d2f1ae8ebc3f0bac6f63d67adca8f20378.zip
pimd: Use __func__ instead of __PRETTY_FUNCTION__
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd')
-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 579824c88..1bf3a619b 100644
--- a/pimd/pim_ifchannel.c
+++ b/pimd/pim_ifchannel.c
@@ -743,7 +743,7 @@ static int on_ifjoin_prune_pending_timer(struct thread *t)
if (!ch->upstream->channel_oil->installed)
pim_upstream_mroute_add(
ch->upstream->channel_oil,
- __PRETTY_FUNCTION__);
+ __func__);
}
}
/* from here ch may have been deleted */