Stack selection by application-id (configurable), and minor fixes
[anna.git] / source / diameter / stack / Dictionary.cpp
index 0d48b5d..821659c 100644 (file)
@@ -252,7 +252,7 @@ void Dictionary::addCommand(const Command & command) throw(anna::RuntimeExceptio
   const Command * found = getCommand(command.getId());
   if(found) {
     if(!a_allowUpdates) {
-      std::string s_ex = "Cannot add a command with an existing identifier (code,request):\n";
+      std::string s_ex = "Cannot add a command with an existing identifier:\n";
       s_ex += command.asString();
       throw anna::RuntimeException(s_ex, ANNA_FILE_LOCATION);
     }