From 79aaf4685badd717244c4fcc0a1284629ff65623 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 25 Apr 2007 16:26:25 +0000 Subject: [PATCH] corrected log info git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@312 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmSession.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"); } }