]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 236667 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 28 Dec 2009 17:39:57 +0000 (17:39 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 28 Dec 2009 17:39:57 +0000 (17:39 +0000)
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

apps/app_voicemail.c

index bd20183eed6a7fc0170b6bad732f0d5e017aa6f4..ec359ed8eb8196f0e60d293803a6f47e352a3130 100644 (file)
@@ -9592,7 +9592,7 @@ static int load_config(int reload)
                        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");