mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Sparkleupdater: Use qDebug not qWarning
Else QT_FATAL_WARNINGS triggers.
This commit is contained in:
parent
527fd1ac47
commit
7f8e9a0e70
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue