diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:31:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:31:42 +0000 |
commit | 04ac7ea63d8c482b4a634b4487d0d539f5183a58 (patch) | |
tree | 8dbf237a962475cbf78ea766b1d534e2cf69b752 /sys/scsi/st.c | |
parent | 6b3251024eafed21fd1f959dd3403eea5f520cc6 (diff) |
SC_DEBUG cleanup
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r-- | sys/scsi/st.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 39dd0ac1a5b..5d2b8e96809 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,5 +1,5 @@ -/* $OpenBSD: st.c,v 1.10 1996/04/21 22:31:20 deraadt Exp $ */ -/* $NetBSD: st.c,v 1.65 1996/03/30 21:45:04 christos Exp $ */ +/* $OpenBSD: st.c,v 1.11 1996/05/10 12:31:41 deraadt Exp $ */ +/* $NetBSD: st.c,v 1.66 1996/05/05 19:53:01 christos Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -829,7 +829,7 @@ ststrategy(bp) int s; SC_DEBUG(st->sc_link, SDEV_DB1, - ("ststrategy %d bytes @ blk %d\n", bp->b_bcount, bp->b_blkno)); + ("ststrategy %ld bytes @ blk %d\n", bp->b_bcount, bp->b_blkno)); /* * If it's a null transfer, return immediatly */ |