Module: sems Branch: master Commit: eaa616cf76eecdda12f2c82bd4d505826387bf48 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=eaa616cf76eecdda12f2c82bd4d505826387bf48
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue May 13 17:01:33 2014 +0200 core: downgrade error msg to debug --- core/AmSipDialog.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 6469527..f1e6bc2 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -555,7 +555,7 @@ int AmSipDialog::bye(const string& hdrs, int flags) // missing AmSipRequest to be able // to send the reply on behalf of the app. - ERROR("ignoring bye() in %s state: no UAS transaction to reply",getStatusStr()); + DBG("ignoring bye() in %s state: no UAS transaction to reply",getStatusStr()); setStatus(Disconnected); return 0; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
