From 304454c63ea00b57b55bc2023e1d52fb51e8ef7f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 22:28:05 +0000 Subject: Fix loading connections inside subpatches to patch ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2039 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientStore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/ClientStore.cpp') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 0079010c..cdfeb276 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -268,10 +268,10 @@ void ClientStore::put(const URI& uri, const Resource::Properties& properties) { typedef Resource::Properties::const_iterator iterator; - cerr << "CLIENT PUT " << uri << " {" << endl; + /*cerr << "CLIENT PUT " << uri << " {" << endl; for (iterator i = properties.begin(); i != properties.end(); ++i) cerr << "\t" << i->first << " = " << i->second << " :: " << i->second.type() << endl; - cerr << "}" << endl; + cerr << "}" << endl;*/ bool is_path = Path::is_valid(uri.str()); bool is_meta = uri.substr(0, 8) == "meta:#"; -- cgit v1.2.1