Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-11-14 16:52:43 +0300
committerMarkus Goetz <markus@woboq.com>2014-11-14 17:02:09 +0300
commit5b7ec19778b8c8cf5dc12495ded9211847015a61 (patch)
tree1836345bc454d97333110a38f28902d4a0e80e33 /src/mirall
parente71c617bfd36114d60b9866c89f1af08be807033 (diff)
SyncEngine: Also output the neon version
Diffstat (limited to 'src/mirall')
-rw-r--r--src/mirall/syncengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mirall/syncengine.cpp b/src/mirall/syncengine.cpp
index 14c3de729..971140143 100644
--- a/src/mirall/syncengine.cpp
+++ b/src/mirall/syncengine.cpp
@@ -545,6 +545,8 @@ void SyncEngine::startSync()
}
qDebug() << "=====Using Qt" << qVersion() << "with" << QSslSocket::sslLibraryVersionString().toUtf8().data();
+ // Note that this seems to output the OpenSSL build version not runtime version:
+ qDebug() << "=====Using" << ne_version_string();
fileRecordCount = _journal->getFileRecordCount(); // this creates the DB if it does not exist yet
bool isUpdateFrom_1_5 = _journal->isUpdateFrom_1_5();