From a91a0043ec0af206ccd34b5a543a731df418b7e6 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Thu, 1 Dec 2016 10:59:02 +0100 Subject: src: add log message when resync is requested by other node If a resync is requested with 'conntrackd -n', a log message is printed in the caller node, but no message is printed in the other. Print a message so tracking the behaviour of a cluster is a bit easier. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- src/sync-ftfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sync-ftfw.c') diff --git a/src/sync-ftfw.c b/src/sync-ftfw.c index 1bc2d9f..aa6838a 100644 --- a/src/sync-ftfw.c +++ b/src/sync-ftfw.c @@ -351,7 +351,7 @@ static int digest_msg(const struct nethdr *net) return MSG_CTL; } else if (IS_RESYNC(net)) { - dp("RESYNC ALL\n"); + dlog(LOG_NOTICE, "resync requested by other node"); cache_iterate(STATE(mode)->internal->ct.data, NULL, do_cache_to_tx); cache_iterate(STATE(mode)->internal->exp.data, NULL, -- cgit v1.2.3