CSync: Debug message if no exclude file defined

This commit is contained in:
Markus Goetz 2014-03-27 17:11:19 +01:00
parent 54313338cd
commit 67f4d0c85b

View file

@ -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);