mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-26 04:43:06 +01:00
Better debug output from whatshotwidget
This commit is contained in:
parent
d7a925d110
commit
d09145b06f
@ -179,9 +179,15 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
|
|||||||
if ( requestData.caller != s_whatsHotIdentifier )
|
if ( requestData.caller != s_whatsHotIdentifier )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if ( output.isNull() )
|
||||||
|
{
|
||||||
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Info came back empty";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if ( !output.canConvert< QVariantMap >() )
|
if ( !output.canConvert< QVariantMap >() )
|
||||||
{
|
{
|
||||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "WhatsHot: Could not parse output";
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "WhatsHot: Could not parse output into a map";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user