https://origsvn.digium.com/svn/asterisk/trunk
........
r236667 | tilghman | 2009-12-28 11:37:46 -0600 (Mon, 28 Dec 2009) | 4 lines
Use recommended option, not deprecated option.
(closes issue #16515)
Reported by: ManChicken
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@236668
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (sscanf(val, "%30d", &x) == 1) {
vmminsecs = x;
if (maxsilence / 1000 >= vmminsecs) {
- ast_log(LOG_WARNING, "maxsilence should be less than minmessage or you may get empty messages\n");
+ ast_log(LOG_WARNING, "maxsilence should be less than minsecs or you may get empty messages\n");
}
} else {
ast_log(LOG_WARNING, "Invalid min message time length\n");