Merge pull request #7850 from orbea/log

cli: Only print verbose output when '--verbose' is used.
This commit is contained in:
Twinaphex 2018-12-31 20:40:19 +01:00 committed by GitHub
commit 8ca9797a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,11 +65,7 @@
* will write to this file. */
static FILE *log_file_fp = NULL;
static void* log_file_buf = NULL;
#if _DEBUG
static bool main_verbosity = true;
#else
static bool main_verbosity = false;
#endif
static bool log_file_initialized = false;
#ifdef NXLINK