chiark / gitweb /
volume_id: hfs - calculate proper uuid
[elogind.git] / extras / volume_id / lib / jmicron_raid.c
index 5182a3e825ccf793b6c7addeb731a79974941280..2279c4df5cf68f7feb382e720c69e229280fd390 100644 (file)
@@ -24,6 +24,7 @@
 #include <ctype.h>
 
 #include "libvolume_id.h"
+#include "libvolume_id-private.h"
 #include "util.h"
 
 struct jmicron_meta {
@@ -39,7 +40,7 @@ int volume_id_probe_jmicron_raid(struct volume_id *id, uint64_t off, uint64_t si
        uint64_t meta_off;
        struct jmicron_meta *jm;
 
-       info("probing at offset 0x%llx, size 0x%llx",
+       info("probing at offset 0x%llx, size 0x%llx\n",
            (unsigned long long) off, (unsigned long long) size);
 
        if (size < 0x10000)