summaryrefslogtreecommitdiffstats
path: root/src/sync-notrack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync-notrack.c')
-rw-r--r--src/sync-notrack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync-notrack.c b/src/sync-notrack.c
index c810bbb..7ade3a7 100644
--- a/src/sync-notrack.c
+++ b/src/sync-notrack.c
@@ -149,6 +149,7 @@ static int digest_msg(const struct nethdr *net)
return MSG_DATA;
if (IS_RESYNC(net)) {
+ dlog(LOG_NOTICE, "resync requested by other node");
if (CONFIG(sync).internal_cache_disable) {
kernel_resync();
} else {