[Pkg-owncloud-commits] [owncloud-client] 357/484: Connectivity: Decrease debug logging

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:04 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 65ec8a9e94721a052799b304fcc991bd706b1345
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Nov 18 12:13:03 2015 +0100

    Connectivity: Decrease debug logging
    
    For #3964
---
 src/gui/accountstate.cpp | 2 +-
 src/gui/folderman.cpp    | 2 +-
 src/gui/owncloudgui.cpp  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp
index 537b276..b6035db 100644
--- a/src/gui/accountstate.cpp
+++ b/src/gui/accountstate.cpp
@@ -160,7 +160,7 @@ void AccountState::checkConnectivity(CredentialFetchMode credentialsFetchMode)
 
     if (isConnected() && _timeSinceLastETagCheck.isValid()
             && _timeSinceLastETagCheck.elapsed() < polltime) {
-        qDebug() << "The last ETag check succeeded within the last 30 secs. No connection check needed!";
+        //qDebug() << account()->displayName() << "The last ETag check succeeded within the last " << polltime/1000 << " secs. No connection check needed!";
         return;
     }
 
diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index 659a210..bcf8f62 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -542,7 +542,7 @@ void FolderMan::slotRunOneEtagJob()
             }
         }
         if (_currentEtagJob.isNull()) {
-            qDebug() << "No more remote ETag check jobs to schedule.";
+            //qDebug() << "No more remote ETag check jobs to schedule.";
 
             /* now it might be a good time to check for restarting... */
             if( _currentSyncFolder == NULL && _appRestartRequired ) {
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index fa1c93a..debb416 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -288,7 +288,7 @@ void ownCloudGui::slotComputeOverallSyncStatus()
 #else
             QStringList allStatusStrings;
             foreach(Folder* folder, map.values()) {
-                qDebug() << "Folder in overallStatus Message: " << folder << " with name " << folder->alias();
+                //qDebug() << "Folder in overallStatus Message: " << folder << " with name " << folder->alias();
                 QString folderMessage = folderMan->statusToString(folder->syncResult().status(), folder->syncPaused());
                 allStatusStrings += tr("Folder %1: %2").arg(folder->aliasGui(), folderMessage);
             }

-- 
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