mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 21:49:42 +00:00
Merge pull request #7850 from orbea/log
cli: Only print verbose output when '--verbose' is used.
This commit is contained in:
commit
8ca9797a16
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user