summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-07-08 16:37:56 -0500
committerMatt Jordan <mjordan@digium.com>2015-07-11 12:22:33 -0500
commit7c14dfdc61a5c014aeb0b29c512d312fd58c8c11 (patch)
tree6d0b2e2c90eeaca87a5b49e0d6fa6cb8102bafeb /res
parent5266796432685156042b14491b061799ad349576 (diff)
res/res_pjsip_outbound_registration: Fix WARNING message
Newlines are nice. Change-Id: Icf0d915db02882e47cd9077ed9009f5d44140d42
Diffstat (limited to 'res')
-rw-r--r--res/res_pjsip_outbound_registration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c
index a2f50c6f4..6bdba5624 100644
--- a/res/res_pjsip_outbound_registration.c
+++ b/res/res_pjsip_outbound_registration.c
@@ -1217,7 +1217,7 @@ static int sip_outbound_registration_apply(const struct ast_sorcery *sorcery, vo
ast_debug(4, "Applying configuration to outbound registration '%s'\n", ast_sorcery_object_get_id(applied));
if (ast_strlen_zero(applied->server_uri)) {
- ast_log(LOG_ERROR, "No server URI specified on outbound registration '%s'",
+ ast_log(LOG_ERROR, "No server URI specified on outbound registration '%s'\n",
ast_sorcery_object_get_id(applied));
return -1;
} else if (ast_strlen_zero(applied->client_uri)) {