diff options
author | comex | 2015-07-11 13:18:41 -0400 |
---|---|---|
committer | comex | 2015-07-11 14:06:16 -0400 |
commit | 7de586f0dde91a3bd5433f879f8b614c2ebaf579 (patch) | |
tree | 286d5c6fa7b06c5a9623bfefb635e2befb218a42 /darwin-bootstrap/ib-log.h | |
parent | stuff! (diff) | |
download | substitute-7de586f0dde91a3bd5433f879f8b614c2ebaf579.tar.gz |
fix?
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 |