mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
CSync: Debug message if no exclude file defined
This commit is contained in:
parent
54313338cd
commit
67f4d0c85b
1 changed files with 4 additions and 0 deletions
|
@ -257,6 +257,10 @@ int csync_update(CSYNC *ctx) {
|
|||
|
||||
csync_memstat_check();
|
||||
|
||||
if (!ctx->excludes) {
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "No exclude file loaded or defined!");
|
||||
}
|
||||
|
||||
/* update detection for local replica */
|
||||
oc_notify_progress(NULL, CSYNC_NOTIFY_START_LOCAL_UPDATE, 0, 0);
|
||||
csync_gettime(&start);
|
||||
|
|
Loading…
Reference in a new issue