[Pkg-owncloud-commits] [owncloud-client] 405/498: Sparkleupdater: Use qDebug not qWarning

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 7f8e9a0e70fa0e1fc623053ac1100a0d518f5076
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Jul 30 14:08:50 2015 +0200

    Sparkleupdater: Use qDebug not qWarning
    
    Else QT_FATAL_WARNINGS triggers.
---
 src/gui/updater/sparkleupdater_mac.mm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/updater/sparkleupdater_mac.mm b/src/gui/updater/sparkleupdater_mac.mm
index 74079f0..e093ff7 100644
--- a/src/gui/updater/sparkleupdater_mac.mm
+++ b/src/gui/updater/sparkleupdater_mac.mm
@@ -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;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list