chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / volume_id / lib / isw_raid.c
index f5761e826bbfafda45275cb2c7270abb9b227ecf..337a9cecbd624459ba7aa4fea5aea7c403c4c316 100644 (file)
@@ -43,7 +43,7 @@ int volume_id_probe_intel_software_raid(struct volume_id *id, uint64_t off, uint
        uint64_t meta_off;
        struct isw_meta *isw;
 
-       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)