mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Discovery: Fix log output for instructions
This commit is contained in:
parent
ce420d77a8
commit
b431f4ef0c
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "vio/csync_vio_local.h"
|
||||
#include "common/checksums.h"
|
||||
#include "csync_exclude.h"
|
||||
#include "csync_util.h"
|
||||
|
||||
|
||||
namespace OCC {
|
||||
|
@ -901,7 +902,7 @@ void ProcessDirectoryJob::processFileFinalize(
|
|||
item->_direction = _dirItem->_direction;
|
||||
}
|
||||
|
||||
qCInfo(lcDisco) << "Discovered" << item->_file << item->_instruction << item->_direction << item->_type;
|
||||
qCInfo(lcDisco) << "Discovered" << item->_file << csync_instruction_str(item->_instruction) << item->_direction << item->_type;
|
||||
|
||||
if (item->isDirectory() && item->_instruction == CSYNC_INSTRUCTION_SYNC)
|
||||
item->_instruction = CSYNC_INSTRUCTION_UPDATE_METADATA;
|
||||
|
|
Loading…
Reference in a new issue