diff options
Diffstat (limited to 'src/libs/client')
-rw-r--r-- | src/libs/client/Store.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/client/Store.cpp b/src/libs/client/Store.cpp index fa9707d1..5a989c3c 100644 --- a/src/libs/client/Store.cpp +++ b/src/libs/client/Store.cpp @@ -325,6 +325,7 @@ Store::add_plugin(SharedPtr<PluginModel> pm) // FIXME: dupes? merge, like with objects? _plugins[pm->uri()] = pm; + //cerr << "Plugin: " << pm->uri() << ", # plugins: " << _plugins.size() << endl; } |