Module: sems Branch: master Commit: 9c3a9cc2cdfd2bbb0291f41f6dd575ace459898f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9c3a9cc2cdfd2bbb0291f41f6dd575ace459898f
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Oct 26 16:30:21 2011 +0200 b/f: error msg when application plug-in does not exist --- core/AmPlugIn.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmPlugIn.cpp b/core/AmPlugIn.cpp index 6b5d587..a6408df 100644 --- a/core/AmPlugIn.cpp +++ b/core/AmPlugIn.cpp @@ -840,7 +840,7 @@ AmSessionFactory* AmPlugIn::findSessionFactory(const AmSipRequest& req, string& AmSessionFactory* session_factory = getFactory4App(m_app_name); if(!session_factory) { - ERROR("AmPlugIn::findSessionFactory: application '%s' not found !\n", app_name.c_str()); + ERROR("AmPlugIn::findSessionFactory: application '%s' not found !\n", m_app_name.c_str()); } app_name = m_app_name; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
