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
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent ea631a20fb
commit dcf73ae3e6

@ -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");
}
}
}

Loading…
Cancel
Save