DEB
#define DEB(lev,x) { if (debug_level >= lev) iscsid_log x ; }
#define DEB(lev,x) { if (iscsi_debug_level >= lev) printf x ;}
#define DEB(lev,x)