chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / volume_id / lib / cramfs.c
index bf329506e1c29861b4c34289f78f6925008eb8e3..9c7eaf61779ae4de792902b88af2d5e77a6614a1 100644 (file)
@@ -45,7 +45,7 @@ int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size)
 {
        struct cramfs_super *cs;
 
-       info("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx\n", (unsigned long long) off);
 
        cs = (struct cramfs_super *) volume_id_get_buffer(id, off, 0x200);
        if (cs == NULL)