mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Merge pull request #12212 from DisasterMo/logging
Removed check for verbosity level in RARCH_LOG_V
This commit is contained in:
commit
21b2ec6bd5
@ -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…
x
Reference in New Issue
Block a user