[Pkg-owncloud-commits] [owncloud-client] 203/332: FolderMan: More useful logging.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:00 UTC 2014
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 e6c501de8e602d0bf41c4e8a437078a9af332bc2
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Jul 16 16:59:20 2014 +0200
FolderMan: More useful logging.
---
src/mirall/folderman.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/folderman.cpp b/src/mirall/folderman.cpp
index 1acb038..2b8523f 100644
--- a/src/mirall/folderman.cpp
+++ b/src/mirall/folderman.cpp
@@ -413,7 +413,7 @@ void FolderMan::slotScheduleSync( const QString& alias )
if( alias.isEmpty() ) return;
if( _currentSyncFolder == alias ) {
- qDebug() << " the current folder is currently syncing.";
+ qDebug() << "folder " << alias << " is currently syncing. NOT scheduling.";
return;
}
qDebug() << "Schedule folder " << alias << " to sync!";
--
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