Change deprecated message to LOG_WARNING

Also removed latter part of message

Discussed on #asterisk-dev


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@300574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Paul Belanger 15 years ago
parent f97b1161de
commit 1f28c82647

@ -176,8 +176,8 @@ static int load_module(void)
char fn[PATH_MAX];
int res;
ast_log(LOG_WARNING, "This module has been marked deprecated in favor of "
"using cdr_sqlite3_custom. (May be removed after Asterisk 1.6)\n");
ast_log(LOG_NOTICE, "This module has been marked deprecated in favor of "
"using cdr_sqlite3_custom.\n");
/* is the database there? */
snprintf(fn, sizeof(fn), "%s/cdr.db", ast_config_AST_LOG_DIR);

Loading…
Cancel
Save