From 0c9e861caa8b1eed5068942edc35d5f91bac816e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2012 06:24:07 +0000 Subject: Work towards translatable strings and a cleaner log interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4338 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/Store.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/shared/Store.cpp') diff --git a/src/shared/Store.cpp b/src/shared/Store.cpp index c3d427a9..c0d373d6 100644 --- a/src/shared/Store.cpp +++ b/src/shared/Store.cpp @@ -23,7 +23,6 @@ #include "ingen/shared/Store.hpp" using namespace std; -using namespace Raul; namespace Ingen { namespace Shared { @@ -32,7 +31,7 @@ void Store::add(GraphObject* o) { if (find(o->path()) != end()) { - error << "[Store] Attempt to add duplicate object " << o->path() << endl; + Raul::error << "[Store] Attempt to add duplicate object " << o->path() << endl; return; } -- cgit v1.2.1