chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / volume_id / lib / minix.c
index 64945067e84c91b9971bc9f18d0dd822d1b10e62..88b4c189c457f7d57a283c2a3b7f87f3c53a89de 100644 (file)
@@ -70,7 +70,7 @@ int volume_id_probe_minix(struct volume_id *id, uint64_t off, uint64_t size)
        struct minix_super_block *ms;
        struct minix3_super_block *m3s;
 
-       info("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx\n", (unsigned long long) off);
 
        buf = volume_id_get_buffer(id, off + MINIX_SUPERBLOCK_OFFSET, 0x200);
        if (buf == NULL)