dect
/
asterisk
Archived
13
0
Fork 0

Revert improper patch from bug #4294

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5744 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-05-19 20:33:55 +00:00
parent 86deae0165
commit 75ba0f6860
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ void ast_log(int level, const char *file, int line, const char *function, const
va_list ap;
if ((!option_verbose && (level == __LOG_VERBOSE)) || (!option_debug && (level == __LOG_DEBUG))) {
if (!option_verbose && !option_debug && (level == __LOG_DEBUG)) {
return;
}
/* Ignore anything that never gets logged anywhere */