chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / highpoint.c
index deba540ad586f14ce70bff48d2501f7c7569c091..e441edb776fd3e7381da38d38c376295ced02969 100644 (file)
@@ -49,7 +49,7 @@ int volume_id_probe_highpoint_37x_raid(struct volume_id *id, uint64_t off)
        struct hpt37x_meta *hpt;
        uint32_t magic;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        buf = volume_id_get_buffer(id, off + HPT37X_CONFIG_OFF, 0x200);
        if (buf == NULL)