From 7c7c9196d70bc9c2fe27f0fddbd8f3824434edc2 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Mon, 24 Apr 2006 20:02:34 +0200 Subject: [PATCH] conf2: damn, I of course forgot to get rid of a debug message --- lib/conf2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/conf2.c b/lib/conf2.c index d5f707d7..e87408fa 100644 --- a/lib/conf2.c +++ b/lib/conf2.c @@ -319,7 +319,6 @@ commit_section(byte *name, struct cf_section *sec, void *ptr, uns commit_all) if (commit_all || (pos < dirties && dirty.ptr[pos].sec == sec && dirty.ptr[pos].ptr == ptr)) { - log(L_DEBUG, "%s %p", name, ptr); byte *msg = sec->commit(ptr); if (msg) { log(L_ERROR, "Cannot commit section %s: %s", name, msg); -- 2.39.2