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:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user