Author: sayer
Date: 2009-04-27 12:59:20 +0200 (Mon, 27 Apr 2009)
New Revision: 1358
Modified:
trunk/core/plug-in/echo/Echo.cpp
Log:
clearer error message on missing session_timer
Modified: trunk/core/plug-in/echo/Echo.cpp
===================================================================
--- trunk/core/plug-in/echo/Echo.cpp 2009-04-27 10:52:44 UTC (rev 1357)
+++ trunk/core/plug-in/echo/Echo.cpp 2009-04-27 10:59:20 UTC (rev 1358)
@@ -48,7 +48,9 @@
int EchoFactory::onLoad()
{
session_timer_f = AmPlugIn::instance()->getFactory4Seh("session_timer");
- DBG("session_timer_f == 0x%.16lX\n",(unsigned long)session_timer_f);
+ if (NULL == session_timer_f) {
+ ERROR("load session_timer module for echo application.\n");
+ }
return (session_timer_f == NULL);
}
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev