summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/ext.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-04-08 05:04:35 +0200
committerKay Sievers <kay.sievers@suse.de>2006-04-08 05:04:35 +0200
commitf7dd3a57a40282f1c3fb9ad90a30d58b31b64ff8 (patch)
tree006e58b9bcddd7bac4e37b503e2060c57475f80d /extras/volume_id/lib/ext.c
parent03149e13c2f70f93e370c94f9c9a71129287bc1b (diff)
volume_id: move some debug to info level
Diffstat (limited to 'extras/volume_id/lib/ext.c')
-rw-r--r--extras/volume_id/lib/ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/ext.c b/extras/volume_id/lib/ext.c
index 51c0011218..7d41a3287e 100644
--- a/extras/volume_id/lib/ext.c
+++ b/extras/volume_id/lib/ext.c
@@ -75,7 +75,7 @@ int volume_id_probe_ext(struct volume_id *id, uint64_t off)
struct ext2_super_block *es;
size_t bsize;
- dbg("probing at offset 0x%llx", (unsigned long long) off);
+ info("probing at offset 0x%llx", (unsigned long long) off);
es = (struct ext2_super_block *) volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200);
if (es == NULL)