diff --git a/core/AmSession.cpp b/core/AmSession.cpp index 76eed00c..b16d1dab 100644 --- a/core/AmSession.cpp +++ b/core/AmSession.cpp @@ -492,7 +492,7 @@ void AmSession::onSipRequest(const AmSipRequest& req) if(input || output) AmMediaProcessor::instance()->addSession(this, callgroup); else { - DBG("missing audio input and/or ouput. " + DBG("no audio input and output set. " "Session will not be attached to MediaProcessor.\n"); } } @@ -555,7 +555,8 @@ void AmSession::onSipReply(const AmSipReply& reply) AmMediaProcessor::instance()->addSession(this, callgroup); else { - ERROR("missing audio input and/or ouput.\n"); + DBG("no audio input and output set. " + "Session will not be attached to MediaProcessor.\n"); } }