diff options
Diffstat (limited to 'darwin-bootstrap/ib-log.h')
-rw-r--r-- | darwin-bootstrap/ib-log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/ib-log.h b/darwin-bootstrap/ib-log.h index c80ae63..536b1a7 100644 --- a/darwin-bootstrap/ib-log.h +++ b/darwin-bootstrap/ib-log.h @@ -41,4 +41,4 @@ static inline void ib_log_hex(const void *buf, size_t size) { free(hex); } -#define IB_VERBOSE 1 +#define IB_VERBOSE 0 |