tSlight change to a debug log - synk - synchronize files between hosts
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ae6498b42f302ea8e5287d13efc8c0508bdef941
(DIR) parent 91e24d608a0bc1f2f875cc61a1471724471b064a
(HTM) Author: Willy <willyatmailoodotorg>
Date: Tue, 6 Sep 2016 13:41:49 +0200
Slight change to a debug log
Diffstat:
M synk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/synk.c b/synk.c
t@@ -457,7 +457,7 @@ uptodate(struct peers_t *plist)
}
}
- log(LOG_VERBOSE, "%s: synked!\n", ref->meta.path);
+ log(LOG_DEBUG, "+ no difference found: %s\n", ref->meta.path);
return 1;
}