]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_nsm.c
Merge pull request #8144 from LabNConsulting/chopps/ly2
[mirror_frr.git] / ospfd / ospf_nsm.c
index 006c4888aeb654c8ed54febf58f82b666d5f1033..b3b9244b22d543af76df5608cb9292991dfc5837 100644 (file)
@@ -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;
 }