diff options
author | comex | 2015-01-30 00:57:31 -0500 |
---|---|---|
committer | comex | 2015-01-30 00:57:31 -0500 |
commit | 52774542a601081aa2a3cc54bdf3e1f1e78e50eb (patch) | |
tree | cdd51d47b72ab11a665e5b5d46a37c0112dd8ba5 /ios-bootstrap/ib-log.h | |
parent | cleanup (diff) | |
download | substitute-52774542a601081aa2a3cc54bdf3e1f1e78e50eb.tar.gz |
Make logging less verbose.
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 |