summaryrefslogtreecommitdiff
path: root/modules/account
diff options
context:
space:
mode:
Diffstat (limited to 'modules/account')
-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;