mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Made log messages more consistent.
This commit is contained in:
@ -100,7 +100,6 @@ static int MeterWindow_GetMeter(lua_State* L)
|
||||
{
|
||||
std::wstring error = L"Script: No such meter as ";
|
||||
error += meterName;
|
||||
error += L".";
|
||||
Log(LOG_ERROR, error.c_str());
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user