]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: (probe) remove duplicate log
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 30 Sep 2023 21:05:21 +0000 (23:05 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 30 Sep 2023 22:10:52 +0000 (00:10 +0200)
remove_buffer() already emits the same message.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libblkid/src/probe.c

index 6c17fb457c6153e7eec98a8f42b82cf70377ef02..c5d77a17fbfc20b2d203a2d47ec79a767ff4e960 100644 (file)
@@ -823,8 +823,6 @@ int blkid_probe_reset_buffers(blkid_probe pr)
                ct++;
                len += bf->len;
 
-               DBG(BUFFER, ul_debug(" remove buffer: [off=%"PRIu64", len=%"PRIu64"]",
-                                    bf->off, bf->len));
                remove_buffer(bf);
        }