Fixes and improvements
[anna.git] / source / diameter / codec / MessagesDeque.cpp
index 2461e19..96f526a 100644 (file)
@@ -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;
           }
         }