Skip to content

Commit 3c8dd31

Browse files
author
michaelp
committed
Minor change in logging output
1 parent a010844 commit 3c8dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/plugin_registry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PluginRegistry::PluginRegistry()
2222
*/
2323
PluginRegistry::~PluginRegistry()
2424
{
25-
std::cout << "Destruct plugin registry" << std::endl;
25+
std::cout << "Clearing plugin registry" << std::endl;
2626
std::map<std::string, std::map<std::string, PluginEntry*>>::const_iterator pluginType;
2727
for (pluginType = m_entries.begin(); pluginType != m_entries.end(); ++pluginType) {
2828
std::map<std::string, PluginEntry*> entries = pluginType->second;

0 commit comments

Comments
 (0)