]> mj.ucw.cz Git - libucw.git/commitdiff
conf2: damn, I of course forgot to get rid of a debug message
authorRobert Spalek <robert@ucw.cz>
Mon, 24 Apr 2006 18:02:34 +0000 (20:02 +0200)
committerRobert Spalek <robert@ucw.cz>
Mon, 24 Apr 2006 18:02:34 +0000 (20:02 +0200)
lib/conf2.c

index d5f707d74a4fe10f9b5452d01934bcf316fff843..e87408fa85c635d006c5a7939f5ba5eb4ab907e9 100644 (file)
@@ -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);