1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Add debug for version checks

This commit is contained in:
Leo Franchi 2013-01-29 10:38:30 -05:00
parent 9a1656b455
commit 9c1673bdf8

View File

@ -502,6 +502,7 @@ AtticaManager::syncServerData()
}
// DO we need to upgrade?
tDebug( LOGVERBOSE ) << "Upgrade check for" << upstream.id() << "local is" << r.version << "upstream is" << upstream.version() << "and state is: " << r.state;
if ( ( r.state == Installed || r.state == NeedsUpgrade ) &&
!upstream.version().isEmpty() )
{