mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
more logging, ids added.
This commit is contained in:
parent
ae1b8a5682
commit
f2d603108a
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
|
|||
#endif
|
||||
if (tmp && tmp->phash == h) {
|
||||
/* we have an update! */
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "time compare: %lu <-> %lu",
|
||||
fs->mtime, tmp->modtime);
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "time compare: %lu <-> %lu, md5: %s <-> %s",
|
||||
fs->mtime, tmp->modtime, fs->md5, tmp->md5);
|
||||
if( !fs->md5) {
|
||||
st->instruction = CSYNC_INSTRUCTION_EVAL;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in a new issue