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 536b1a7..c80ae63 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 0 +#define IB_VERBOSE 1 |