diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-11-10 14:04:37 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-11-10 14:04:37 +0000 |
commit | 88eb0432d98be3721e5a193c491c617d09d22035 (patch) | |
tree | 846411cb1a4db0fa1041b94c381beffdc1024777 | |
parent | a5fa8ea082b527a4d0618918d83dd7e12f00a68e (diff) | |
download | FreeBSD-src-88eb0432d98be3721e5a193c491c617d09d22035.zip FreeBSD-src-88eb0432d98be3721e5a193c491c617d09d22035.tar.gz |
Reduce debug message.
-rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 6f70ed2..da5bb1c 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1169,7 +1169,9 @@ SBP_DEBUG(1) END_DEBUG if ((sdev->flags & ORB_POINTER_ACTIVE) != 0) { +SBP_DEBUG(0) printf("%s: orb pointer active\n", __FUNCTION__); +END_DEBUG sdev->flags |= ORB_POINTER_NEED; return; } |