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

sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent c1f3dee9de
commit d8add25810

@ -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();

Loading…
Cancel
Save