chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / volume_id / lib / gfs.c
index 1d3a4a0f1e8d6489c6f5345c8432ca5cb9eaf8ee..53382222ac48cd18853cf8a8f87069a8ca460d4c 100644 (file)
@@ -78,7 +78,7 @@ static int volume_id_probe_gfs_generic(struct volume_id *id, uint64_t off, int v
 {
        struct gfs2_sb *sbd;
 
-       info("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx\n", (unsigned long long) off);
 
        sbd = (struct gfs2_sb *)
                volume_id_get_buffer(id, off + GFS_SUPERBLOCK_OFFSET, sizeof(struct gfs2_sb));