Fix ITDEBUG macro.

Approved: jkh
This commit is contained in:
Matt Jacob 2000-02-15 00:54:26 +00:00
parent 14a3729325
commit b6f774e39b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57217

View File

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