Minor fix for 8c3fd63

This commit is contained in:
spx 2012-04-06 11:46:46 -07:00
parent 3ea09d5c14
commit 16782e56e2

View File

@ -2029,7 +2029,7 @@ void CRainmeter::ExecuteBang(const std::wstring& name, std::wstring& arg, CMeter
}
else
{
LogWithArgs(LOG_ERROR, L"Invalid bang: ", name.c_str());
LogWithArgs(LOG_ERROR, L"Invalid bang: %s", name.c_str());
}
}