Dynamic realm registration
[anna.git] / source / diameter / stack / Engine.cpp
index d338fef..d5f3468 100644 (file)
@@ -207,7 +207,7 @@ anna::diameter::stack::Dictionary *  anna::diameter::stack::Engine::createDictio
   Dictionary * result = const_cast<Dictionary *>(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());