summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-03-06 16:16:02 -0300
committerGitHub <noreply@github.com>2020-03-06 16:16:02 -0300
commit3c685e64ff0529cf5bf949dca0b63faf8b79ccb6 (patch)
tree1f1d7fa1e9f47f3b7b3d312ed94685b84c781081 /lib
parent9c37fcdddaee63dbd71d8dac1d5a54add74e2665 (diff)
parent5e81f5dd1a2dd82ee6aa08f4a9375e4cd83407a0 (diff)
Merge pull request #5924 from donaldsharp/more_func
*: Finish off the __PRETTY_FUNCTION__ to __func__
Diffstat (limited to 'lib')
-rw-r--r--lib/wheel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wheel.c b/lib/wheel.c
index 214e5e8167..f5e5cc52c3 100644
--- a/lib/wheel.c
+++ b/lib/wheel.c
@@ -47,8 +47,8 @@ static int wheel_timer_thread_helper(struct thread *t)
curr_slot = wheel->curr_slot % wheel->slots;
if (debug_timer_wheel)
- zlog_debug("%s: Wheel Slot: %lld(%lld) count: %d",
- __PRETTY_FUNCTION__, wheel->curr_slot, curr_slot,
+ zlog_debug("%s: Wheel Slot: %lld(%lld) count: %d", __func__,
+ wheel->curr_slot, curr_slot,
listcount(wheel->wheel_slot_lists[curr_slot]));
for (ALL_LIST_ELEMENTS(wheel->wheel_slot_lists[curr_slot], node,