Module: sems
Branch: master
Commit: b170c58df0938c849543df67d3714fc07456827d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b170c58df0938c849543df67d3714fc07456827d

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Fri Jul 22 14:15:50 2011 +0200

fix log message level if no reg_agent account: ERR->WARN

---

 apps/reg_agent/RegistrationAgent.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/apps/reg_agent/RegistrationAgent.cpp 
b/apps/reg_agent/RegistrationAgent.cpp
index c80e14b..70f4efb 100644
--- a/apps/reg_agent/RegistrationAgent.cpp
+++ b/apps/reg_agent/RegistrationAgent.cpp
@@ -96,7 +96,7 @@ int RegistrationAgentFactory::onLoad()
   } while (i < MAX_ACCOUNTS);
 
   if (i <= 0) {
-    ERROR("no complete account provided: '" MOD_NAME "' module remains "
+    WARN("no complete account provided: '" MOD_NAME "' module remains "
         "inactive, which might not be what you want!\n");
   } else {
     dialer.start();

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

Reply via email to