Allow separate stacks registration through services operation
[anna.git] / source / core / oam / CounterScope.cpp
index 76215f0..8900d3e 100644 (file)
@@ -33,7 +33,7 @@ using namespace anna;
    if (a_counters [index] == NULL) { \
       string msg (asString ()); \
       msg += functions::asText (" | CounterId: ", index); \
-      msg += " | Counter Id is not defined"; \
+      msg += " | Counter Id is not defined yet"; \
       throw RuntimeException (msg, __FILE__, __LINE__); \
    }