Add missing tags in logs
This commit is contained in:
parent
f8e04f5f0f
commit
59e303c882
13 changed files with 78 additions and 78 deletions
|
|
@ -209,7 +209,7 @@ void PluginManager::AddPlugin(const filesystem::path& path, bool is_system)
|
|||
ResourceManager::get()->GetSettingsManager()->SaveSettings();
|
||||
}
|
||||
|
||||
LOG_VERBOSE("Loaded plugin %s", info.Name.c_str());
|
||||
LOG_VERBOSE("[PluginManager] Loaded plugin %s", info.Name.c_str());
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Add the plugin to the PluginManager active plugins |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue