Sparkleupdater: Use qDebug not qWarning

Else QT_FATAL_WARNINGS triggers.
This commit is contained in:
Markus Goetz 2015-07-30 14:08:50 +02:00
parent 527fd1ac47
commit 7f8e9a0e70

View file

@ -120,7 +120,7 @@ bool autoUpdaterAllowed()
if ([expectedPath isEqualTo:bundlePath]) {
return true;
}
qWarning() << "ERROR: We are not in /Applications, won't check for update!";
qDebug() << "ERROR: We are not in /Applications, won't check for update!";
return false;
}