mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
The log message should terminate with a newline instead
of a tab character.
This commit is contained in:
parent
74983dbff9
commit
a42ea597ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186705
@ -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 New Issue
Block a user