From a74b55b40612a63b0be4964e626497fa24c55305 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Apr 2007 06:26:57 +0000 Subject: 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 --- src/libs/client/Store.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/client') 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 pm) // FIXME: dupes? merge, like with objects? _plugins[pm->uri()] = pm; + //cerr << "Plugin: " << pm->uri() << ", # plugins: " << _plugins.size() << endl; } -- cgit v1.2.1