[Pkg-owncloud-commits] [owncloud-client] 406/498: Folder: Version debug at end

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:11 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 48dac23b0f8050e58149bab1a7d9702bf074f91b
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Jul 30 14:11:29 2015 +0200

    Folder: Version debug at end
    
    Often users send us parts of logs with this information missing.
---
 src/gui/folder.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index c2fda11..f7a6448 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -912,6 +912,14 @@ void Folder::slotCsyncUnavailable()
 
 void Folder::slotSyncFinished()
 {
+    qDebug() << " - client version" << qPrintable(Theme::instance()->version())
+             <<  " Qt" << qVersion()
+#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
+              <<  " SSL " <<  QSslSocket::sslLibraryVersionString().toUtf8().data()
+#endif
+   ;
+
+
     if( _csyncError ) {
         qDebug() << "-> SyncEngine finished with ERROR, warn count is" << _syncResult.warnCount();
     } else {

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