[Pkg-owncloud-commits] [owncloud-client] 113/219: Log: Print client version on sync start. #2178
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:16 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 99aa2cdf2a3730bc3d3774a0f50a2d0051199c7e
Author: Christian Kamm <kamm at incasoftware.de>
Date: Wed Sep 17 09:38:25 2014 +0200
Log: Print client version on sync start. #2178
---
src/mirall/folder.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index a95c55c..61a382d 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -27,6 +27,7 @@
#include "mirall/clientproxy.h"
#include "mirall/syncengine.h"
#include "mirall/syncrunfilelog.h"
+#include "mirall/theme.h"
#include "creds/abstractcredentials.h"
@@ -598,7 +599,8 @@ void Folder::startSync(const QStringList &pathList)
_syncResult.setStatus( SyncResult::SyncPrepare );
emit syncStateChange();
- qDebug() << "*** Start syncing";
+ qDebug() << "*** Start syncing - client version"
+ << qPrintable(Theme::instance()->version());
if (! setIgnoredFiles())
{
--
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