summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AtomReader.cpp3
1 files changed, 2 insertions, 1 deletions
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;