X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdiameter%2Fstack%2FDictionary.cpp;h=821659cc592822a3d080cb629052f9965c4399ce;hb=36bb910c8e4ad26ab0b2c9618abc02c255b24e58;hp=0d48b5dae9d1566ef5099da21b3f082cc0a73821;hpb=5256cb543a9d35b610df19bd227cde977186aef0;p=anna.git diff --git a/source/diameter/stack/Dictionary.cpp b/source/diameter/stack/Dictionary.cpp index 0d48b5d..821659c 100644 --- a/source/diameter/stack/Dictionary.cpp +++ b/source/diameter/stack/Dictionary.cpp @@ -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); }