mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing \n to printf
This commit is contained in:
parent
8d399898ec
commit
335fbc4646
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ rtfree(struct rtentry *rt)
|
|||
*/
|
||||
RT_REMREF(rt);
|
||||
if (rt->rt_refcnt > 0) {
|
||||
printf("%s: %p has %lu refs", __func__, rt, rt->rt_refcnt);
|
||||
printf("%s: %p has %lu refs\n", __func__, rt, rt->rt_refcnt);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue