X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Foam%2FCounterScope.cpp;h=8900d3e585610a4d76aa0d4de78bc721a2aae6b1;hb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4;hp=76215f0e73257354bd8d9f8d27fa025152c7c05e;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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__); \ }