2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-04-29 16:29:27 +03:00

Fixed typo in logs

This commit is contained in:
asmodai 2017-05-08 23:44:19 +03:00
parent faba9aa354
commit 1be3ce8a33

View File

@ -81,7 +81,7 @@ MPlugin *MPluginList::find(const char* findpath)
if (!findpath) if (!findpath)
return nullptr; return nullptr;
META_DEBUG(8, "Looking for loaded plugin with dlfnamepath: %s", findpath); META_DEBUG(8, "Looking for loaded plugin with path: %s", findpath);
for (int i = 0; i < m_max_loaded_count; i++) for (int i = 0; i < m_max_loaded_count; i++)
{ {