diff options
author | comex | 2015-03-01 23:07:15 -0500 |
---|---|---|
committer | comex | 2015-03-01 23:07:15 -0500 |
commit | 7f24621bec0b0a5b3cab9ec2dfc68929a2d49d25 (patch) | |
tree | 7c227bfa4d8010e23b726eed8efb6bc51746e3f5 /darwin-bootstrap/ib-log.h | |
parent | seems to work (diff) | |
download | substitute-7f24621bec0b0a5b3cab9ec2dfc68929a2d49d25.tar.gz |
A number of critical fixes painstakingly discovered in the slowest way possible.
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 |