Merge pull request #12623 from anlancs/fix/zerbra-debug-cosmetic-changes

zebra: cosmetic changes for debug
This commit is contained in:
Donatas Abraitis 2023-01-11 21:04:52 +02:00 committed by GitHub
commit bbcfd66d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5070,8 +5070,8 @@ neigh_update_internal(enum dplane_op_e op, const struct interface *ifp,
ipaddr2str(link_ip, buf1, sizeof(buf1));
zlog_debug("init neigh ctx %s: ifp %s, %s %s, ip %pIA",
dplane_op2str(op), ifp->name,
link_family == AF_ETHERNET ? "mac " : "link ",
buf1, ip);
link_family == AF_ETHERNET ? "mac" : "link", buf1,
ip);
}
ctx = dplane_ctx_alloc();