[Pkg-owncloud-commits] [owncloud-client] 23/69: ownSql: Also mention filename

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:07 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 782463589e4d3062c4c23b39c8cdb4764db89e52
Author: Markus Goetz <markus at woboq.com>
Date:   Tue Oct 28 21:50:09 2014 +0100

    ownSql: Also mention filename
---
 src/mirall/ownsql.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/ownsql.cpp b/src/mirall/ownsql.cpp
index 4c24361..157b00c 100644
--- a/src/mirall/ownsql.cpp
+++ b/src/mirall/ownsql.cpp
@@ -50,7 +50,7 @@ bool SqlDatabase::open( const QString& filename )
     SQLITE_DO( sqlite3_open_v2(filename.toUtf8().constData(), &_db, flag, 0) );
 
     if( _errId != SQLITE_OK ) {
-        qDebug() << Q_FUNC_INFO << "Error:" << _error;
+        qDebug() << Q_FUNC_INFO << "Error:" << _error << "for" << filename;
         close();
         _db = 0;
     }

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