mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
add missing new line
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8189,7 +8189,7 @@ static struct iax2_peer *build_peer(const char *name, struct ast_variable *v, in
|
||||
} else if (!strcasecmp(v->name, "qualifyfreqnotok")) {
|
||||
if (sscanf(v->value, "%d", &peer->pokefreqnotok) != 1) {
|
||||
ast_log(LOG_WARNING, "Qualification testing frequency of peer '%s' when NOT OK should be a number of milliseconds at line %d of iax.conf\n", peer->name, v->lineno);
|
||||
} else ast_log(LOG_WARNING, "Set peer->pokefreqnotok to %d", peer->pokefreqnotok);
|
||||
} else ast_log(LOG_WARNING, "Set peer->pokefreqnotok to %n\n", peer->pokefreqnotok);
|
||||
} else if (!strcasecmp(v->name, "timezone")) {
|
||||
ast_copy_string(peer->zonetag, v->value, sizeof(peer->zonetag));
|
||||
}/* else if (strcasecmp(v->name,"type")) */
|
||||
|
||||
Reference in New Issue
Block a user