From dcf73ae3e62ddad6d7954bb3a9f514f6707b7e91 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 25 Apr 2007 12:47:36 +0000 Subject: [PATCH] fixed log message severity as reported by juha git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@311 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmSession.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/AmSession.cpp b/core/AmSession.cpp index 82eb93cb..76eed00c 100644 --- a/core/AmSession.cpp +++ b/core/AmSession.cpp @@ -492,7 +492,8 @@ void AmSession::onSipRequest(const AmSipRequest& req) if(input || output) AmMediaProcessor::instance()->addSession(this, callgroup); else { - ERROR("missing audio input and/or ouput.\n"); + DBG("missing audio input and/or ouput. " + "Session will not be attached to MediaProcessor.\n"); } } }