From: Karel Zak Date: Wed, 11 Nov 2009 14:34:54 +0000 (+0100) Subject: libblkid: remove duplicate debug message X-Git-Tag: v2.17-rc1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a3531d48106f3522b7c28825826d526066be766;p=thirdparty%2Futil-linux.git libblkid: remove duplicate debug message Signed-off-by: Karel Zak --- diff --git a/shlibs/blkid/src/probe.c b/shlibs/blkid/src/probe.c index 6267a2a540..7ed8007248 100644 --- a/shlibs/blkid/src/probe.c +++ b/shlibs/blkid/src/probe.c @@ -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; }