mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Write --verbose output to Tomahawk.log
This commit is contained in:
committed by
Michael Zanetti
parent
09026a33fe
commit
cde07bc2b8
@@ -60,13 +60,8 @@ log( const char *msg, unsigned int debugLevel, bool toDisk = true )
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef QT_NO_DEBUG
|
if ( debugLevel > LOGTHIRDPARTY )
|
||||||
if ( debugLevel > RELEASE_LEVEL_THRESHOLD )
|
|
||||||
toDisk = false;
|
toDisk = false;
|
||||||
#else
|
|
||||||
if ( debugLevel > DEBUG_LEVEL_THRESHOLD )
|
|
||||||
toDisk = false;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef LOG_SQL_QUERIES
|
#ifdef LOG_SQL_QUERIES
|
||||||
if ( debugLevel == LOGSQL )
|
if ( debugLevel == LOGSQL )
|
||||||
|
Reference in New Issue
Block a user