projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16885ff
)
Add missing newline
author
Kinsey Moore
<kmoore@digium.com>
Tue, 23 Jul 2013 12:56:19 +0000
(12:56 +0000)
committer
Kinsey Moore
<kmoore@digium.com>
Tue, 23 Jul 2013 12:56:19 +0000
(12:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395107
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_sip/sip_options.c
patch
|
blob
|
history
diff --git
a/res/res_sip/sip_options.c
b/res/res_sip/sip_options.c
index
7fa2681
..
786711a
100644
(file)
--- a/
res/res_sip/sip_options.c
+++ b/
res/res_sip/sip_options.c
@@
-614,7
+614,7
@@
static void cli_qualify_contacts(struct ast_cli_args *a, const char *endpoint_na
continue;
}
- ast_cli(a->fd, "Sending qualify to endpoint %s", endpoint_name);
+ ast_cli(a->fd, "Sending qualify to endpoint %s\n", endpoint_name);
ao2_callback(contacts, OBJ_NODATA, cli_on_contact, a);
}
}