[Asterisk-cvs] asterisk/channels chan_iax2.c,1.354,1.355
jeremy
jeremy
Fri Oct 14 01:24:59 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv25508
Modified Files:
chan_iax2.c
Log Message:
add missing new line
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -d -r1.354 -r1.355
--- chan_iax2.c 13 Oct 2005 22:48:11 -0000 1.354
+++ chan_iax2.c 14 Oct 2005 05:19:34 -0000 1.355
@@ -8189,7 +8189,7 @@
} 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")) */
More information about the svn-commits
mailing list