]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_events.c
Merge pull request #12698 from Orange-OpenSource/isisd
[mirror_frr.git] / isisd / isis_events.c
index 8a2a2ab971edd084dd1bf4f36f03d67a478bb727..32231a079f1af104800e085d00a65d180eb2e74a 100644 (file)
@@ -217,8 +217,8 @@ void isis_event_auth_failure(char *area_tag, const char *error_string,
                             uint8_t *sysid)
 {
        if (IS_DEBUG_EVENTS)
-               zlog_debug("ISIS-Evt (%s) Authentication failure %s from %s",
-                          area_tag, error_string, sysid_print(sysid));
+               zlog_debug("ISIS-Evt (%s) Authentication failure %s from %pSY",
+                          area_tag, error_string, sysid);
 
        return;
 }