1
0
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:
Qing Li 2009-01-02 22:51:30 +00:00
parent 74983dbff9
commit a42ea597ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186705

View File

@ -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;
}