From 8211b45bffe20e8a271396b7568609a84b7cf0ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 03:31:57 +0000 Subject: Get copy and paste working again. Client side and text based is probably not the idea way to go about implementing this, but it more or less works and is certainly better than nothing for now. Copy paste of patch ports, and pasting into any path other than the root still isn't working currently. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4367 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientStore.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/ClientStore.cpp') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index a78653e5..75acef63 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -459,9 +459,11 @@ ClientStore::attempt_connection(const Raul::Path& tail_path, patch->add_edge(cm); return true; + } else { + LOG(Raul::warn) << "Failed to connect " << tail_path + << " => " << head_path << std::endl; + return false; } - - return false; } void -- cgit v1.2.1