diff options
Diffstat (limited to 'ospfd/ospf_nsm.c')
| -rw-r--r-- | ospfd/ospf_nsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_nsm.c b/ospfd/ospf_nsm.c index 006c4888ae..b3b9244b22 100644 --- a/ospfd/ospf_nsm.c +++ b/ospfd/ospf_nsm.c @@ -78,7 +78,7 @@ static int ospf_inactivity_timer(struct thread *thread) else if (IS_DEBUG_OSPF_GR_HELPER) zlog_debug( "%s, Acting as HELPER for this neighbour, So inactivitytimer event will not be fired.", - __PRETTY_FUNCTION__); + __func__); return 0; } |
