diff options
Diffstat (limited to 'src/Store.cpp')
-rw-r--r-- | src/Store.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Store.cpp b/src/Store.cpp index 7036312b..e18608c3 100644 --- a/src/Store.cpp +++ b/src/Store.cpp @@ -30,7 +30,8 @@ void Store::add(GraphObject* o) { if (find(o->path()) != end()) { - Raul::error << "[Store] Attempt to add duplicate object " << o->path() << endl; + Raul::error << "[Store] Attempt to add duplicate object " + << o->path() << endl; return; } |