chiark / gitweb /
vol_id: make the --offset= argument optional
[elogind.git] / extras / volume_id / lib / squashfs.c
index 035d6fb22a2b905f3abbe28dc7f4fc130db99c31..18e44abcb4f28af2c003413bca5de05d4f0fe3b4 100644 (file)
@@ -45,7 +45,7 @@ int volume_id_probe_squashfs(struct volume_id *id, uint64_t off, uint64_t size)
 {
        struct squashfs_super *sqs;
 
-       info("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx\n", (unsigned long long) off);
 
        sqs = (struct squashfs_super *) volume_id_get_buffer(id, off, 0x200);
        if (sqs == NULL)