by including the name of the folder and print the name of the result
createGuiLog(_syncResult.firstItemLocked()->_file, LogStatusFileLocked, lockedCount);
}
- qCInfo(lcFolder) << "Folder sync result: " << int(_syncResult.status());
+ qCInfo(lcFolder) << "Folder" << _syncResult.folder() << "sync result: " << _syncResult.status();
}
void Folder::createGuiLog(const QString &filename, LogStatus status, int count,
*/
class OWNCLOUDSYNC_EXPORT SyncResult
{
+ Q_GADGET
public:
enum Status {
Undefined,
SetupError,
Paused
};
+ Q_ENUM(Status);
SyncResult();
void reset();