From 52774542a601081aa2a3cc54bdf3e1f1e78e50eb Mon Sep 17 00:00:00 2001 From: comex Date: Fri, 30 Jan 2015 00:57:31 -0500 Subject: Make logging less verbose. --- ios-bootstrap/ib-log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ios-bootstrap/ib-log.h') 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 -- cgit v1.2.3