summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-29 06:26:57 +0000
committerDavid Robillard <d@drobilla.net>2007-04-29 06:26:57 +0000
commita74b55b40612a63b0be4964e626497fa24c55305 (patch)
tree78e5f4063430b89363696500b13e543bd162bb57 /src/libs/client/Store.cpp
parent67fff73eaa9c78cfbae53ac1948f38fe3812c77f (diff)
downloadingen-a74b55b40612a63b0be4964e626497fa24c55305.tar.gz
ingen-a74b55b40612a63b0be4964e626497fa24c55305.tar.bz2
ingen-a74b55b40612a63b0be4964e626497fa24c55305.zip
Fixed incomplete transfer of loaded plugins to client, bundle transfer.
git-svn-id: http://svn.drobilla.net/lad/ingen@482 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.cpp')
-rw-r--r--src/libs/client/Store.cpp1
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;
}