From 99fead872e9a4b08dce56d8aaf9fd5f1ceb5ccdb Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 5 May 2008 17:30:13 +0200 Subject: [PATCH] powerdns plugin: Promoted the "not found" message from DEBUG to INFO. Since users may configure this themselves, they should know when it doesn't work, so it's not a debug issue anymore. --- src/powerdns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powerdns.c b/src/powerdns.c index dee2c70f..ca3f38c1 100644 --- a/src/powerdns.c +++ b/src/powerdns.c @@ -264,7 +264,7 @@ static void submit (const char *plugin_instance, /* {{{ */ if (i >= lookup_table_length) { - DEBUG ("powerdns plugin: submit: Not found in lookup table: %s = %s;", + INFO ("powerdns plugin: submit: Not found in lookup table: %s = %s;", pdns_type, value); return; } -- 2.11.0