Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r0c983aea7de7480e86739469f5a64ad18b244634 --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) @@ -389,7 +389,7 @@ // TODO: messages have to have a sequence. // if the seq is duplicate it will be ignored. // seq, id, payload - // qDebug() << vContent; + // DEBUG: qDebug() << vContent; bool ok = true; Message message; @@ -723,7 +723,7 @@ { QString source = QString(Storage::CloudSync_Base_Path_Name) + Storage::CloudSync_Credentials_Folder_Name; QFileInfoList fileInfos = QDir(source).entryInfoList(QDir::NoDotAndDotDot|QDir::Files); - if( ! fileInfos.isEmpty() ) { + if( fileInfos.isEmpty() ) { sendDeviceRegister(); } else { toLog(eError_CredentialEmpty,{}); // It is intentional that the vault folder path has not been sent to the log.