diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-02-21 02:27:13 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-02-21 02:27:13 +0000 |
commit | bb54e155c8763fab1b36c2897bcab4050593ce78 (patch) | |
tree | b465df06bf895028574ad0f453c976b0af7b7b82 /sys/dev/firewire/sbp.c | |
parent | c21ec7f503878bf83d51971d08b62b54bf047121 (diff) | |
download | FreeBSD-src-bb54e155c8763fab1b36c2897bcab4050593ce78.zip FreeBSD-src-bb54e155c8763fab1b36c2897bcab4050593ce78.tar.gz |
Oops, forgot to put back debug level.
Diffstat (limited to 'sys/dev/firewire/sbp.c')
-rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index c2abec7..b4c157b 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -131,7 +131,7 @@ static char *orb_fun_name[] = { #define ORB_RES_ILLE 2 #define ORB_RES_VEND 3 -static int debug = 1; +static int debug = 0; static int auto_login = 1; static int max_speed = 2; static int sbp_cold = 1; |