summaryrefslogtreecommitdiffstats
path: root/raul/AtomLiblo.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-10 06:24:07 +0000
committerDavid Robillard <d@drobilla.net>2012-05-10 06:24:07 +0000
commitdd599c5663c6e5db8bdab0597935550c026d5f7b (patch)
treebf0298ba27f70f6562ef543d408c7d8bee2544ff /raul/AtomLiblo.hpp
parent4eb9aa529c2b3c083c64886234ead8f06ff5f77e (diff)
downloadraul-dd599c5663c6e5db8bdab0597935550c026d5f7b.tar.gz
raul-dd599c5663c6e5db8bdab0597935550c026d5f7b.tar.bz2
raul-dd599c5663c6e5db8bdab0597935550c026d5f7b.zip
Work towards translatable strings and a cleaner log interface.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4338 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/AtomLiblo.hpp')
-rw-r--r--raul/AtomLiblo.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/raul/AtomLiblo.hpp b/raul/AtomLiblo.hpp
index 13f48eb..3fc8ae0 100644
--- a/raul/AtomLiblo.hpp
+++ b/raul/AtomLiblo.hpp
@@ -20,8 +20,6 @@
#include <lo/lo.h>
-#include <iostream>
-
#include "raul/log.hpp"
#include "raul/Atom.hpp"
@@ -88,7 +86,7 @@ lo_arg_to_atom(Raul::Forge& forge, char type, lo_arg* arg)
return forge.make((bool)false);
default:
warn << "Unable to convert OSC type '"
- << type << "' to Atom" << std::endl;
+ << type << "' to Atom" << std::endl;
return Atom();
}
}