X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdiameter%2Fcodec%2FMessagesDeque.cpp;h=96f526aa41e882a4ceaae8dc75a1f69762de07fa;hp=2461e192854ed8e25572a068a74e0428aef4882c;hb=5406b19bdbfe101b264f8c4d878392e2916b8f9d;hpb=5a83889abd106f92def9a9f76a8e6eb81fb943ae diff --git a/source/diameter/codec/MessagesDeque.cpp b/source/diameter/codec/MessagesDeque.cpp index 2461e19..96f526a 100644 --- a/source/diameter/codec/MessagesDeque.cpp +++ b/source/diameter/codec/MessagesDeque.cpp @@ -106,7 +106,7 @@ void MessagesDeque::nextMessage(int code) throw () { //pops the deque and releas engine->releaseMessage(message); } else { - LOGWARNING(anna::Logger::warning("Cannot release a message for which i don't know the codec engine (check the registered stack id regarding the message application id) !", ANNA_FILE_LOCATION)); + LOGWARNING(anna::Logger::warning("Cannot release a message for which I don't know the codec engine (check the registered stack id regarding the message application id) !", ANNA_FILE_LOCATION)); return; } }