mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The log message should terminate with a newline instead
of a tab character.
This commit is contained in:
parent
74983dbff9
commit
a42ea597ff
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ rtfree(struct rtentry *rt)
|
|||
*/
|
||||
RT_REMREF(rt);
|
||||
if (rt->rt_refcnt > 0) {
|
||||
log(LOG_DEBUG, "%s: %p has %d refs\t", __func__, rt, rt->rt_refcnt);
|
||||
log(LOG_DEBUG, "%s: %p has %d refs\n", __func__, rt, rt->rt_refcnt);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue