volume_id: add support for btrfs
[oweals/busybox.git] / util-linux / volume_id / get_devname.c
index 9b5283f87da958d463c6c4c486233565db5689f5..4d9f9ecd0106e7395bee08cb58bf18988ce20d53 100644 (file)
@@ -44,7 +44,7 @@ get_label_uuid(int fd, char **label, char **uuid)
        if (vid->label[0] != '\0' || vid->uuid[0] != '\0') {
                *label = xstrndup(vid->label, sizeof(vid->label));
                *uuid  = xstrndup(vid->uuid, sizeof(vid->uuid));
-               dbg("found label '%s', uuid '%s' on %s", *label, *uuid, device);
+               dbg("found label '%s', uuid '%s'", *label, *uuid);
                rv = 0;
        }
  ret: