mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
RARCH_LOG_V checking for verbosity level is not necessary and can cause
issues; removed said check.
This commit is contained in:
parent
e3ee0ac22b
commit
f54098618e
@ -214,8 +214,6 @@ void retro_main_log_file_deinit(void)
|
||||
void RARCH_LOG_V(const char *tag, const char *fmt, va_list ap)
|
||||
{
|
||||
verbosity_state_t *g_verbosity = &main_verbosity_st;
|
||||
if (verbosity_log_level > 1)
|
||||
return;
|
||||
|
||||
{
|
||||
const char *tag_v = tag ? tag : FILE_PATH_LOG_INFO;
|
||||
|
Loading…
Reference in New Issue
Block a user