1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

* Show charts-loading error even in non-verbose mode.

This commit is contained in:
Christian Muehlhaeuser
2012-11-27 19:48:08 +01:00
parent 770405b0eb
commit 42684944ac

View File

@@ -640,7 +640,7 @@ ChartsPlugin::chartReturned()
emit updateCache( criteria, 86400000, requestData.type, returnedData );
}
else
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Network error in fetching chart:" << reply->url().toString();
tDebug() << Q_FUNC_INFO << "Network error in fetching chart:" << reply->url().toString();
}
}