Merge pull request #2 from smurfier/master

ShowMeter using wrong log type.
This commit is contained in:
jsmorley 2012-07-27 19:23:09 -07:00
commit e4104587f5

View File

@ -1093,7 +1093,7 @@ void CMeterWindow::ShowMeter(const std::wstring& name, bool group)
}
}
if (!group) LogWithArgs(LOG_NOTICE, L"!ShowMeter: [%s] not found in \"%s\"", meter, m_FolderPath.c_str());
if (!group) LogWithArgs(LOG_ERROR, L"!ShowMeter: [%s] not found in \"%s\"", meter, m_FolderPath.c_str());
}
/*