Do not force debug output to be always shown even if --enable-debug specifiend during configure. Let user choose in runtime.

edge.strict_endians
Yura Pakhuchiy 2007-09-05 16:47:03 +03:00
parent 4679daa0af
commit aec646eebc
1 changed files with 0 additions and 7 deletions

View File

@ -76,16 +76,9 @@ static struct ntfs_logging ntfs_log = (struct ntfs_logging) {
NTFS_LOG_LEVEL_WARNING | NTFS_LOG_LEVEL_ERROR |
NTFS_LOG_LEVEL_PERROR | NTFS_LOG_LEVEL_CRITICAL |
NTFS_LOG_LEVEL_PROGRESS |
#ifdef DEBUG
NTFS_LOG_LEVEL_DEBUG | NTFS_LOG_LEVEL_TRACE |
#endif
0,
.flags = NTFS_LOG_FLAG_ONLYNAME,
#ifdef DEBUG
.handler = ntfs_log_handler_outerr,
#else
.handler = ntfs_log_handler_null,
#endif
};