mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 07:49:10 +00:00
bfdd: use logging convention for remaining zlog_debug
zlog_debug is being replaced with log_debug, because all bfdd code uses that way of logging information. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
b0a973b94a
commit
1ac865e7d4
@ -164,7 +164,7 @@ int bfd_session_enable(struct bfd_session *bs)
|
|||||||
|
|
||||||
/* Sanity check: don't leak open sockets. */
|
/* Sanity check: don't leak open sockets. */
|
||||||
if (bs->sock != -1) {
|
if (bs->sock != -1) {
|
||||||
zlog_debug("session-enable: previous socket open");
|
log_debug("session-enable: previous socket open");
|
||||||
close(bs->sock);
|
close(bs->sock);
|
||||||
bs->sock = -1;
|
bs->sock = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user