mirror of https://github.com/FreeRDP/FreeRDP
Default WLog_Level is now INFO.
This commit is contained in:
parent
b8c5dbf642
commit
4004543a33
|
@ -521,7 +521,7 @@ wLog* WLog_New(LPCSTR name, wLog* rootLogger)
|
|||
}
|
||||
else
|
||||
{
|
||||
log->Level = WLOG_WARN;
|
||||
log->Level = WLOG_INFO;
|
||||
nSize = GetEnvironmentVariableA("WLOG_LEVEL", NULL, 0);
|
||||
|
||||
if (nSize)
|
||||
|
|
Loading…
Reference in New Issue