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

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