diff options
Diffstat (limited to 'ios-bootstrap/ib-log.h')
-rw-r--r-- | ios-bootstrap/ib-log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios-bootstrap/ib-log.h b/ios-bootstrap/ib-log.h index f4b0b35..fee70b5 100644 --- a/ios-bootstrap/ib-log.h +++ b/ios-bootstrap/ib-log.h @@ -24,3 +24,4 @@ static void open_logfp_if_necessary() { fflush(logfp); \ } while(0) +#define IB_VERBOSE 0 |