[Pkg-owncloud-commits] [owncloud-client] 27/115: SyncJournal: Fix logging text.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Aug 29 22:03: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 f515fe77c48e57688f6acfe076ce38a698689d5c
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Aug 14 11:28:03 2014 +0200

    SyncJournal: Fix logging text.
---
 src/mirall/syncjournaldb.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/syncjournaldb.cpp b/src/mirall/syncjournaldb.cpp
index 84af406..1696a08 100644
--- a/src/mirall/syncjournaldb.cpp
+++ b/src/mirall/syncjournaldb.cpp
@@ -53,7 +53,7 @@ void SyncJournalDb::startTransaction()
 {
     if( _transaction == 0 ) {
         if( !_db.transaction() ) {
-            qDebug() << "ERROR committing to the database: " << _db.lastError().text();
+            qDebug() << "ERROR starting transaction: " << _db.lastError().text();
             return;
         }
         _transaction = 1;

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