mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-08 10:02:29 +02:00
Add further query debugging
This commit is contained in:
parent
6ce38cb986
commit
45b10435df
@ -54,7 +54,8 @@ TomahawkSqlQuery::escape( QString identifier )
|
||||
bool
|
||||
TomahawkSqlQuery::exec( const QString& query )
|
||||
{
|
||||
prepare( query );
|
||||
bool prepareResult = prepare( query );
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Query preparation successful?" << ( prepareResult ? "true" : "false" );
|
||||
return exec();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user