Calm down scsi_dsk driver.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9522 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-10-27 00:02:31 +00:00
parent 55aea1cc5d
commit a7e04f442b
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the Haiku License.
*/ */
/* /*
@@ -14,9 +14,9 @@
#include <bus/scsi/scsi_periph.h> #include <bus/scsi/scsi_periph.h>
#include <blkman.h> #include <blkman.h>
#define debug_level_flow 4 #define debug_level_flow 0
#define debug_level_error 4 #define debug_level_info 1
#define debug_level_info 4 #define debug_level_error 2
#define DEBUG_MSG_PREFIX "SCSI_DSK -- " #define DEBUG_MSG_PREFIX "SCSI_DSK -- "