Module: sems
Branch: peterlemenkov/1.2.x-fedora
Commit: dce67b7d86d73820adec085199a7fcc6de1fe096
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=dce67b7d86d73820adec085199a7fcc6de1fe096

Author: Peter Lemenkov <[email protected]>
Committer: Peter Lemenkov <[email protected]>
Date:   Wed Jun  2 09:15:46 2010 +0000

Copy+paste typo: this conf-file actually is a early_announce.conf

Signed-off-by: Peter Lemenkov <[email protected]>

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/sems/branches/1...@1943 
8eb893ce-cfd4-0310-b710-fb5ebe64c474

---

 apps/early_announce/EarlyAnnounce.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/early_announce/EarlyAnnounce.cpp 
b/apps/early_announce/EarlyAnnounce.cpp
index 0802758..2db385b 100644
--- a/apps/early_announce/EarlyAnnounce.cpp
+++ b/apps/early_announce/EarlyAnnounce.cpp
@@ -178,13 +178,13 @@ int EarlyAnnounceFactory::onLoad()
 
   mysql_user = cfg.getParameter("mysql_user");
   if (mysql_user.empty()) {
-    ERROR("conference.conf parameter 'mysql_user' is missing.\n");
+    ERROR("early_announce.conf parameter 'mysql_user' is missing.\n");
     return -1;
   }
 
   mysql_passwd = cfg.getParameter("mysql_passwd");
   if (mysql_passwd.empty()) {
-    ERROR("conference.conf parameter 'mysql_passwd' is missing.\n");
+    ERROR("early_announce.conf parameter 'mysql_passwd' is missing.\n");
     return -1;
   }
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to