Reduce debug message.

This commit is contained in:
Hidetoshi Shimokawa 2003-01-01 08:22:29 +00:00
parent 1f2361f8f8
commit 6faac3ac96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108529

View file

@ -1665,7 +1665,9 @@ sbp_detach_target(struct sbp_target *target)
struct sbp_dev *sdev;
if (target->luns != NULL) {
SBP_DEBUG(0)
printf("sbp_detach_target %d\n", target->target_id);
END_DEBUG
for (i=0; i < target->num_lun; i++) {
sdev = &target->luns[i];
if (sdev->status == SBP_DEV_RESET ||