From: Robert Spalek Date: Mon, 24 Apr 2006 18:02:34 +0000 (+0200) Subject: conf2: damn, I of course forgot to get rid of a debug message X-Git-Tag: holmes-import~645^2~11^2~52 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7c7c9196d70bc9c2fe27f0fddbd8f3824434edc2;p=libucw.git conf2: damn, I of course forgot to get rid of a debug message --- 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);