diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-02-15 00:54:26 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-02-15 00:54:26 +0000 |
| commit | b6f774e39b7d455ed82bb557b89ac2b0e6d32727 (patch) | |
| tree | 9aae295e48c053e7c62cc95de67a151fd395c93d /sys/dev/isp/isp_target.h | |
| parent | 14a372932506015a22292a2f79387231b838141f (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_target.h')
| -rw-r--r-- | sys/dev/isp/isp_target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index bda53e9e3972..1c7cb203f170 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -606,7 +606,7 @@ extern int isp_tdebug; #define ISP_TDQE(isp, msg, idx, arg) \ if (isp_tdebug > 3) isp_print_qentry(isp, msg, idx, arg) -#define ITDEBUG(level, msg) if (level > isp_tdebug) PRINTF msg +#define ITDEBUG(level, msg) if (isp_tdebug >= level) PRINTF msg /* * The functions below are target mode functions that |
