summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-02-20 17:55:29 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-02-20 17:55:29 +0000
commita9ec6edae22223c7b78c8df9449365e97a30ca74 (patch)
tree6138979362dd7ac41a6188ad496577797f12bc87 /sys
parentc96b59c95d97512587970d771ffe17678f50c448 (diff)
Tweak debug printf.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/dev/vdsk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vdsk.c b/sys/arch/sparc64/dev/vdsk.c
index a3d9ec890c7..ebd25792267 100644
--- a/sys/arch/sparc64/dev/vdsk.c
+++ b/sys/arch/sparc64/dev/vdsk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vdsk.c,v 1.9 2009/02/16 21:19:06 miod Exp $ */
+/* $OpenBSD: vdsk.c,v 1.10 2009/02/20 17:55:28 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis
*
@@ -751,7 +751,7 @@ vdsk_sendmsg(struct vdsk_softc *sc, void *msg, size_t len)
tx_tail &= ((lc->lc_txq->lq_nentries * sizeof(*lp)) - 1);
err = hv_ldc_tx_set_qtail(lc->lc_id, tx_tail);
if (err != H_EOK)
- printf("hv_ldc_tx_set_qtail: %d\n", err);
+ printf("%s: hv_ldc_tx_set_qtail: %d\n", __func__, err);
}
void