summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-12-26 20:46:42 +0100
committerAlfred E. Heggestad <aeh@db.org>2014-12-26 20:46:42 +0100
commitf9f3a50d3aee56cec0538739c72f212b02eb6ee3 (patch)
tree9a67aac16c8f2e17a252c46f16dfc8edac1121cf /modules
parent8be5dac1296d79c34b1de2938b0ad55cb0e1a0e2 (diff)
account: no SIP accounts is not an error anymore
Diffstat (limited to 'modules')
-rw-r--r--modules/account/account.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/account/account.c b/modules/account/account.c
index d291794..9a9f282 100644
--- a/modules/account/account.c
+++ b/modules/account/account.c
@@ -128,10 +128,9 @@ static int account_read_file(void)
info("Populated %u account%s\n", n, 1==n ? "" : "s");
if (list_isempty(uag_list())) {
- warning("account: No SIP accounts found\n"
+ info("account: No SIP accounts found\n"
" -- check your config "
"or add an account using 'R' command\n");
- return ENOENT;
}
return 0;