Module: sems
Branch: 1.4
Commit: ffd67aeaa8ed28cd0ae5006a5e8f414d83111c36
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=ffd67aeaa8ed28cd0ae5006a5e8f414d83111c36

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

Reply via email to