From f7dd3a57a40282f1c3fb9ad90a30d58b31b64ff8 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 8 Apr 2006 05:04:35 +0200 Subject: volume_id: move some debug to info level --- extras/volume_id/lib/cramfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/volume_id/lib/cramfs.c') diff --git a/extras/volume_id/lib/cramfs.c b/extras/volume_id/lib/cramfs.c index beb34d5bc0..100ebdec22 100644 --- a/extras/volume_id/lib/cramfs.c +++ b/extras/volume_id/lib/cramfs.c @@ -45,7 +45,7 @@ int volume_id_probe_cramfs(struct volume_id *id, uint64_t off) { struct cramfs_super *cs; - dbg("probing at offset 0x%llx", (unsigned long long) off); + info("probing at offset 0x%llx", (unsigned long long) off); cs = (struct cramfs_super *) volume_id_get_buffer(id, off, 0x200); if (cs == NULL) -- cgit v1.2.3-54-g00ecf