diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-04-08 05:04:35 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-04-08 05:04:35 +0200 |
commit | f7dd3a57a40282f1c3fb9ad90a30d58b31b64ff8 (patch) | |
tree | 006e58b9bcddd7bac4e37b503e2060c57475f80d /extras/volume_id/lib/linux_swap.c | |
parent | 03149e13c2f70f93e370c94f9c9a71129287bc1b (diff) |
volume_id: move some debug to info level
Diffstat (limited to 'extras/volume_id/lib/linux_swap.c')
-rw-r--r-- | extras/volume_id/lib/linux_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/linux_swap.c b/extras/volume_id/lib/linux_swap.c index b63f1e6c00..3937f8ea46 100644 --- a/extras/volume_id/lib/linux_swap.c +++ b/extras/volume_id/lib/linux_swap.c @@ -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) { |