mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changed so that only LOG_ERROR from exceptions cause About Log to open.
This commit is contained in:
@ -2248,7 +2248,7 @@ void CRainmeter::ActivateConfig(int configIndex, int iniIndex)
|
||||
}
|
||||
catch (CError& error)
|
||||
{
|
||||
Log(LOG_ERROR, error.GetString().c_str());
|
||||
LogError(error);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3562,7 +3562,7 @@ void CRainmeter::RefreshAll()
|
||||
}
|
||||
catch (CError& error)
|
||||
{
|
||||
Log(LOG_ERROR, error.GetString().c_str());
|
||||
LogError(error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user