netlink: remove forgotten debug message in handle_rtm_getroute().

MFC after:	2 weeks
This commit is contained in:
Alexander V. Chernikov 2023-03-27 10:49:40 +00:00
parent 544f1492c0
commit 6dc858d84c

View File

@ -588,8 +588,6 @@ handle_rtm_getroute(struct nlpcb *nlp, struct nl_parsed_route *attrs,
return (EINVAL);
}
FIB_LOG(LOG_DEBUG, fibnum, family, "getroute called");
rnh = rt_tables_get_rnh(fibnum, family);
if (rnh == NULL)
return (EAFNOSUPPORT);