add missing newlines

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Anthony Minessale II
2005-03-30 16:20:53 +00:00
parent 0cc737f9ac
commit 6afb37c9ae
2 changed files with 2 additions and 2 deletions

View File

@@ -9594,7 +9594,7 @@ static struct sip_auth *add_realm_authentication(struct sip_auth *authlist, char
realm++;
}
if (!username || ast_strlen_zero(username) || !realm || ast_strlen_zero(realm)) {
ast_log(LOG_WARNING, "Format for authentication entry is user[:secret]@realm at line %d", lineno);
ast_log(LOG_WARNING, "Format for authentication entry is user[:secret]@realm at line %d\n", lineno);
return (authlist);
}
stringp = username;