From d8add25810d1054d70219efde7a58ecaea97cdd5 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 22 Jul 2011 14:15:50 +0200 Subject: [PATCH] fix log message level if no reg_agent account: ERR->WARN --- apps/reg_agent/RegistrationAgent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/reg_agent/RegistrationAgent.cpp b/apps/reg_agent/RegistrationAgent.cpp index 4605d72d..dd2aab62 100644 --- a/apps/reg_agent/RegistrationAgent.cpp +++ b/apps/reg_agent/RegistrationAgent.cpp @@ -94,7 +94,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();