Skip to content

Commit 7ef2408

Browse files
chivayvivier
authored andcommitted
virtiofsd: Add missing newline in error message
Signed-off-by: Hubert Jasudowicz <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]> Message-Id: <e5914ad202a13e9c1bc2a5efa267ff3bd4f48db6.1625173475.git.hubert.jasudowicz@gmail.com> Signed-off-by: Laurent Vivier <[email protected]>
1 parent a476123 commit 7ef2408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/virtiofsd/fuse_virtio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ static bool fv_socket_lock(struct fuse_session *se)
917917
dir = qemu_get_local_state_pathname("run/virtiofsd");
918918

919919
if (g_mkdir_with_parents(dir, S_IRWXU) < 0) {
920-
fuse_log(FUSE_LOG_ERR, "%s: Failed to create directory %s: %s",
920+
fuse_log(FUSE_LOG_ERR, "%s: Failed to create directory %s: %s\n",
921921
__func__, dir, strerror(errno));
922922
return false;
923923
}

0 commit comments

Comments
 (0)