summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.c b/src/account.c
index 8decb2e..2a99e58 100644
--- a/src/account.c
+++ b/src/account.c
@@ -362,7 +362,7 @@ int account_alloc(struct account **accp, const char *sipaddr)
pl_set_str(&pl, acc->buf);
err = sip_addr_decode(&acc->laddr, &pl);
if (err) {
- warning("account: invalid SIP address: `%r'\n", &pl);
+ warning("account: error parsing SIP address: '%r'\n", &pl);
goto out;
}