[Project64] fix log message text in Plugins/PluginList.cpp

This commit is contained in:
zilmar 2016-02-01 17:10:43 +11:00
parent c23f5fe955
commit e2f9881864
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ void CPluginList::AddPluginFromDir(CPath Dir)
if (hLib == NULL)
{
DWORD LoadError = GetLastError();
WriteTrace(TraceUserInterface, TraceDebug, "failed to loadi %s (error: %d)", (LPCSTR)Dir, LoadError);
WriteTrace(TraceUserInterface, TraceDebug, "failed to load %s (error: %d)", (LPCSTR)Dir, LoadError);
continue;
}