]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #4837 from mjstapp/fix_ospf_redist_debug
authorQuentin Young <qlyoung@users.noreply.github.com>
Wed, 14 Aug 2019 20:57:01 +0000 (16:57 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 20:57:01 +0000 (16:57 -0400)
ospfd: add redist message detail to debug

ospfd/ospf_zebra.c

index 47438b985e2aa58fe50ea350530f9e10f05fb9e7..b478832d848284d20828727523fd2cc24dce13c8 100644 (file)
@@ -983,7 +983,8 @@ static int ospf_zebra_read_route(ZAPI_CALLBACK_ARGS)
                char buf_prefix[PREFIX_STRLEN];
                prefix2str(&api.prefix, buf_prefix, sizeof(buf_prefix));
 
-               zlog_debug("%s: from client %s: vrf_id %d, p %s", __func__,
+               zlog_debug("%s: cmd %s from client %s: vrf_id %d, p %s",
+                          __func__, zserv_command_string(cmd),
                           zebra_route_string(api.type), vrf_id, buf_prefix);
        }