Reduce debug message.

This commit is contained in:
Hidetoshi Shimokawa 2003-11-10 14:04:37 +00:00
parent 723d6e6459
commit 9b86b36df8

View File

@ -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;
}