X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdiameter%2Fstack%2FEngine.cpp;fp=source%2Fdiameter%2Fstack%2FEngine.cpp;h=d5f34689c0e2033788f9a34bed2570400835cd67;hb=ea14381cada0d7173fd19eaaf781f82eb714325e;hp=d338fef1b3513eb4dc3a7e0b9ccb65ae79746e1f;hpb=fad7b1cb36dc9d5de0a7b775fdfb82778a693102;p=anna.git diff --git a/source/diameter/stack/Engine.cpp b/source/diameter/stack/Engine.cpp index d338fef..d5f3468 100644 --- a/source/diameter/stack/Engine.cpp +++ b/source/diameter/stack/Engine.cpp @@ -207,7 +207,7 @@ anna::diameter::stack::Dictionary * anna::diameter::stack::Engine::createDictio Dictionary * result = const_cast(getDictionary(stackId)); if(result) // if exists, launch exception - throw anna::RuntimeException("Such provided stack id has already been created. Removes it before call this method", ANNA_FILE_LOCATION); + throw anna::RuntimeException("Such provided stack id has already been created (note: API allows you to remove any registered stack)", ANNA_FILE_LOCATION); // Register a new dictionary: result = registerDictionary(stackId, new Dictionary());