mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-03-03 17:15:26 +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)
|
||||
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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user