Changed ShowMeter to Error instead of Notice

This commit is contained in:
John Murphy 2012-07-27 20:22:19 -05:00
parent 0f0a0f9ea7
commit 94b71f305f

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());
}
/*