1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-03 20:57:52 +02:00

* Extra debug output for, well, debugging help.

This commit is contained in:
Christian Muehlhaeuser
2012-05-27 18:24:37 +02:00
parent 5e0d8d2292
commit 4d281b645c

View File

@@ -96,6 +96,8 @@ DatabaseImpl::DatabaseImpl( const QString& dbname, Database* parent )
DatabaseImpl::~DatabaseImpl() DatabaseImpl::~DatabaseImpl()
{ {
delete m_fuzzyIndex; delete m_fuzzyIndex;
tDebug() << "Shutting down database.";
/* /*
#ifdef TOMAHAWK_QUERY_ANALYZE #ifdef TOMAHAWK_QUERY_ANALYZE