From ca2dd021434af94110ec3e582c627628a57bda16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Apr 2015 13:40:10 +0000 Subject: Fix link error, maybe. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5673 a436a847-0d15-0410-975c-d299462d15a1 --- src/AtomReader.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp index 9bf6ad34..28f511d6 100644 --- a/src/AtomReader.cpp +++ b/src/AtomReader.cpp @@ -216,8 +216,7 @@ AtomReader::write(const LV2_Atom* msg) if (tail_path && head_path) { _iface.connect(*tail_path, *head_path); } else { - _log.warn(fmt("Arc %1% => %2% has non-path tail or head\n") - % atom_to_uri(tail) % atom_to_uri(head)); + _log.warn("Arc has non-path tail or head\n"); } } else { Ingen::Resource::Properties props; -- cgit v1.2.1