X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fcore%2Foam%2FCounterScope.cpp;h=8900d3e585610a4d76aa0d4de78bc721a2aae6b1;hp=76215f0e73257354bd8d9f8d27fa025152c7c05e;hb=3753f8bd8025131cc0b62da8942daefc376c1c46;hpb=ceba287089c374f877a3045aece2f0d0bf653d84 diff --git a/source/core/oam/CounterScope.cpp b/source/core/oam/CounterScope.cpp index 76215f0..8900d3e 100644 --- a/source/core/oam/CounterScope.cpp +++ b/source/core/oam/CounterScope.cpp @@ -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__); \ }