Reduce verbosity.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 7 Oct 2008 08:32:05 +0000 (10:32 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 7 Oct 2008 08:32:05 +0000 (10:32 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Makefile
postlicyd/main-postlicyd.c

index 9066a61..88e599d 100644 (file)
--- 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
 .PHONY: clean distclean install install-dir $(SUBDIRS) $(CLEAN_TARGETS) \
                                $(DISTCLEAN_TARGETS) $(INSTALL_TARGETS) install-postlicyd-tools \
                                install-postlicyd-conf
+
 ###########################################################################}}}
 ###########################################################################}}}
index 751ff5a..34b4fbb 100644 (file)
@@ -104,7 +104,7 @@ static bool policy_process(server_t *pcy, const config_t *config)
             policy_answer(pcy, "%s", hook->value);
             return true;
         } else {
             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,
                    "awswer %s from filter %s: next filter %s",
                    query->client_name,
                    query->sender == NULL ? "undefined" : query->sender,