diff options
author | David Robillard <d@drobilla.net> | 2015-04-10 13:40:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-10 13:40:10 +0000 |
commit | ca2dd021434af94110ec3e582c627628a57bda16 (patch) | |
tree | bab8046218f7418c67dbdb0764392081cb2c1a1d /src | |
parent | a7d6e99f2958561d373a5c0b39228ee003951816 (diff) | |
download | ingen-ca2dd021434af94110ec3e582c627628a57bda16.tar.gz ingen-ca2dd021434af94110ec3e582c627628a57bda16.tar.bz2 ingen-ca2dd021434af94110ec3e582c627628a57bda16.zip |
Fix link error, maybe.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5673 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/AtomReader.cpp | 3 |
1 files changed, 1 insertions, 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; |