mirror of https://github.com/BOINC/boinc.git
Mac installer: turn off debugging print statements
This commit is contained in:
parent
49fecc6d71
commit
a71f055a40
|
@ -31,7 +31,7 @@
|
|||
|
||||
#define VERBOSE_TEST 0 /* for debugging callPosixSpawn */
|
||||
#if VERBOSE_TEST
|
||||
#define CREATE_LOG 1 /* for debugging */
|
||||
#define CREATE_LOG 0 /* for debugging */
|
||||
#else
|
||||
#define CREATE_LOG 0 /* for debugging */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue