mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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)
|
void RARCH_LOG_V(const char *tag, const char *fmt, va_list ap)
|
||||||
{
|
{
|
||||||
verbosity_state_t *g_verbosity = &main_verbosity_st;
|
verbosity_state_t *g_verbosity = &main_verbosity_st;
|
||||||
if (verbosity_log_level > 1)
|
|
||||||
return;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
const char *tag_v = tag ? tag : FILE_PATH_LOG_INFO;
|
const char *tag_v = tag ? tag : FILE_PATH_LOG_INFO;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user