summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index debca73..cf59169 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -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
OpenPOWER on IntegriCloud