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:
parent
faba9aa354
commit
1be3ce8a33
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user