Don't put a newline in KTR traces.

This commit is contained in:
Jake Burkholder 2002-12-28 23:22:22 +00:00
parent dcc4093c7a
commit 24fbeaf9c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108372

View file

@ -159,7 +159,7 @@ ithread_update(struct ithd *ithd)
ithd->it_flags |= IT_ENTROPY;
else
ithd->it_flags &= ~IT_ENTROPY;
CTR2(KTR_INTR, "%s: updated %s\n", __func__, p->p_comm);
CTR2(KTR_INTR, "%s: updated %s", __func__, p->p_comm);
}
int