chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / volume_id / lib / reiserfs.c
index 18db63817a0687277d80ce70058e8afaa0380142..0f30233eaf9460e1f19e34146bf954feb20ca7fd 100644 (file)
@@ -60,7 +60,7 @@ int volume_id_probe_reiserfs(struct volume_id *id, uint64_t off, uint64_t size)
        struct reiser4_super_block *rs4;
        uint8_t  *buf;
 
-       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 + REISERFS_SUPERBLOCK_OFFSET, 0x200);
        if (buf == NULL)