chiark / gitweb /
libvolume_id: gfs + gfs2 support
[elogind.git] / extras / volume_id / lib / linux_swap.c
index b63f1e6c002b622dc05f5366f20ec87039ef5d85..3937f8ea467241bd59ea547fd2865fb2cb991c53 100644 (file)
@@ -42,7 +42,7 @@ int volume_id_probe_linux_swap(struct volume_id *id, uint64_t off)
        const uint8_t *buf;
        unsigned int page;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        /* the swap signature is at the end of the PAGE_SIZE */
        for (page = 0x1000; page <= LARGEST_PAGESIZE; page <<= 1) {