projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6afb37c
)
add missing newlines (part2)
author
Anthony Minessale II
<anthmct@yahoo.com>
Wed, 30 Mar 2005 16:28:28 +0000
(16:28 +0000)
committer
Anthony Minessale II
<anthmct@yahoo.com>
Wed, 30 Mar 2005 16:28:28 +0000
(16:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5308
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
70f7b5f
..
cf56d9e
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-2646,7
+2646,7
@@
static int sip_register(char *value, int lineno)
hostname++;
}
if (!username || ast_strlen_zero(username) || !hostname || ast_strlen_zero(hostname)) {
- ast_log(LOG_WARNING, "Format for registration is user[:secret[:authuser]]@host[:port][/contact] at line %d", lineno);
+ ast_log(LOG_WARNING, "Format for registration is user[:secret[:authuser]]@host[:port][/contact] at line %d\n", lineno);
return -1;
}
stringp=username;