chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / volume_id / lib / adaptec_raid.c
index 858c3ba09eb21af1c5df6e4aaf6d5681b6f43eb0..5ab9451890718c4e233305ff43d6cb9cfb3f0746 100644 (file)
@@ -86,7 +86,7 @@ int volume_id_probe_adaptec_raid(struct volume_id *id, uint64_t off, uint64_t si
        uint64_t meta_off;
        struct adaptec_meta *ad;
 
-       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)