summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e228afe)
raw | patch | inline | side by side (parent: e228afe)
author | Florian Forster <octo@noris.net> | |
Mon, 5 May 2008 15:30:13 +0000 (17:30 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Mon, 5 May 2008 15:30:13 +0000 (17:30 +0200) |
Since users may configure this themselves, they should know when it
doesn't work, so it's not a debug issue anymore.
doesn't work, so it's not a debug issue anymore.
src/powerdns.c | patch | blob | history |
diff --git a/src/powerdns.c b/src/powerdns.c
index dee2c70fb3859e38bd1ba4db8e8c64c6d32e1418..ca3f38c1e2f3b0809de70f3c6a28464371ad92b1 100644 (file)
--- a/src/powerdns.c
+++ b/src/powerdns.c
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;
}