mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Log: Print client version on sync start. #2178
This commit is contained in:
parent
0eb9401c62
commit
99aa2cdf2a
1 changed files with 3 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue