projects
/
org-merge-driver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d247aad
)
Disable debug printing
author
Andrew Young
<youngar17@gmail.com>
Mon, 13 Aug 2012 14:51:16 +0000 (10:51 -0400)
committer
Andrew Young
<youngar17@gmail.com>
Mon, 13 Aug 2012 14:51:16 +0000 (10:51 -0400)
src/debug.h
patch
|
blob
|
history
diff --git
a/src/debug.h
b/src/debug.h
index
fa98cf6
..
a280960
100644
(file)
--- a/
src/debug.h
+++ b/
src/debug.h
@@
-11,7
+11,7
@@
#define DEBUG
#endif /* DEBUG */
-#define DEFAULT_PRINTLEVEL 1
+#define DEFAULT_PRINTLEVEL 0
#define MAIN_PRINTLEVEL DEFAULT_PRINTLEVEL
#define MERGE_PRINTLEVEL DEFAULT_PRINTLEVEL
#define DOC_PRINTLEVEL DEFAULT_PRINTLEVEL