mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:56:40 +00:00
lib: Convert debug to error situation
This debug should be moved to an error situation since it's a developmental escape that needs to be fixed. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
496764bbfb
commit
03548ae818
2
lib/if.c
2
lib/if.c
@ -1141,7 +1141,7 @@ const char *if_link_type_str(enum zebra_link_type llt)
|
||||
llts(ZEBRA_LLT_IEEE802154, "IEEE 802.15.4");
|
||||
llts(ZEBRA_LLT_IEEE802154_PHY, "IEEE 802.15.4 Phy");
|
||||
default:
|
||||
zlog_warn("Unknown value %d", llt);
|
||||
flog_err(LIB_ERR_DEVELOPMENT, "Unknown value %d", llt);
|
||||
return "Unknown type!";
|
||||
#undef llts
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user