[Pkg-owncloud-commits] [owncloud-client] 224/333: SyncJournalDb: Verbose log on load failure

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:56 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 c6e5f39f7f0426106ff6b6ae357a4ce6cb7e088e
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Mar 26 16:40:00 2014 +0100

    SyncJournalDb: Verbose log on load failure
---
 src/mirall/syncjournaldb.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/syncjournaldb.cpp b/src/mirall/syncjournaldb.cpp
index 386e43b..8b71c37 100644
--- a/src/mirall/syncjournaldb.cpp
+++ b/src/mirall/syncjournaldb.cpp
@@ -91,6 +91,7 @@ bool SyncJournalDb::checkConnect()
     }
 
     if( _dbFile.isEmpty() || !QFile::exists(_dbFile) ) {
+        qDebug() << "Database " + _dbFile + " is empty or does not exist";
         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