]> err.no Git - util-linux/commitdiff
libblkid: remove duplicate debug message
authorKarel Zak <kzak@redhat.com>
Wed, 11 Nov 2009 14:34:54 +0000 (15:34 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Nov 2009 14:34:54 +0000 (15:34 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/probe.c

index 6267a2a540e691e140465d3b7c510a1584ee9816..7ed800724858d454170da4b8a8c1e386630ee147 100644 (file)
@@ -1057,7 +1057,6 @@ int blkid_probe_lookup_value(blkid_probe pr, const char *name,
                *data = (char *) v->data;
        if (len)
                *len = v->len;
-       DBG(DEBUG_LOWPROBE, printf("returning %s value\n", v->name));
        return 0;
 }