Author: sayer
Date: 2009-04-27 12:52:44 +0200 (Mon, 27 Apr 2009)
New Revision: 1357
Modified:
branches/wb/core/plug-in/echo/Echo.cpp
Log:
clearer error message on missing session_timer
Modified: branches/wb/core/plug-in/echo/Echo.cpp
===================================================================
--- branches/wb/core/plug-in/echo/Echo.cpp 2009-04-24 14:33:34 UTC (rev
1356)
+++ branches/wb/core/plug-in/echo/Echo.cpp 2009-04-27 10:52:44 UTC (rev
1357)
@@ -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