From 6b62e037f2f828ec6bf9c7e0066db32cfb54abef Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Dec 2012 18:48:12 +0000 Subject: Improved error handling in Python by loading error descriptions from data. Fix connecting and disconnecting with ingenish. Fix path problems. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4875 a436a847-0d15-0410-975c-d299462d15a1 --- src/AtomReader.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp index 8e0d296d..f7b95177 100644 --- a/src/AtomReader.cpp +++ b/src/AtomReader.cpp @@ -188,7 +188,8 @@ AtomReader::write(const LV2_Atom* msg) if (tail_path && head_path) { _iface.connect(*tail_path, *head_path); } else { - _log.warn("Edge has non-path tail or head\n"); + _log.warn(Raul::fmt("Edge %1% => %2% has non-path tail or head\n") + % atom_to_uri(tail) % atom_to_uri(head)); } } else { Ingen::Resource::Properties props; -- cgit v1.2.1