Module: sems Branch: master Commit: 068fc37cd5932f37505b2bc8a254c9f4569b14f3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=068fc37cd5932f37505b2bc8a254c9f4569b14f3
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue May 24 02:40:42 2011 +0200 b/f: corrected debug level for unimplemented ood message --- core/AmApi.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/AmApi.cpp b/core/AmApi.cpp index 6ab5bfb..c67baef 100644 --- a/core/AmApi.cpp +++ b/core/AmApi.cpp @@ -100,8 +100,8 @@ void AmSessionFactory::onOoDRequest(const AmSipRequest& req) return; } - ERROR("sorry, we don't support beginning a new session with " - "a '%s' message\n", req.method.c_str()); + INFO("sorry, we don't support beginning a new session with " + "a '%s' message\n", req.method.c_str()); AmSipDialog::reply_error(req,501,"Not Implemented"); return; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
