From e4947fba7dd007870a0cdc55ec35cf849a2216c1 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 7 Oct 2008 10:32:05 +0200 Subject: [PATCH] Reduce verbosity. Signed-off-by: Florent Bruneau --- Makefile | 1 + postlicyd/main-postlicyd.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9066a61..88e599d 100644 --- a/Makefile +++ b/Makefile @@ -80,4 +80,5 @@ install-postlicyd-conf: .PHONY: clean distclean install install-dir $(SUBDIRS) $(CLEAN_TARGETS) \ $(DISTCLEAN_TARGETS) $(INSTALL_TARGETS) install-postlicyd-tools \ install-postlicyd-conf + ###########################################################################}}} diff --git a/postlicyd/main-postlicyd.c b/postlicyd/main-postlicyd.c index 751ff5a..34b4fbb 100644 --- a/postlicyd/main-postlicyd.c +++ b/postlicyd/main-postlicyd.c @@ -104,7 +104,7 @@ static bool policy_process(server_t *pcy, const config_t *config) policy_answer(pcy, "%s", hook->value); return true; } else { - notice("request client=%s, from=<%s>, to=<%s>: " + debug("request client=%s, from=<%s>, to=<%s>: " "awswer %s from filter %s: next filter %s", query->client_name, query->sender == NULL ? "undefined" : query->sender, -- 2.20.1