We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a476123 commit 7ef2408Copy full SHA for 7ef2408
tools/virtiofsd/fuse_virtio.c
@@ -917,7 +917,7 @@ static bool fv_socket_lock(struct fuse_session *se)
917
dir = qemu_get_local_state_pathname("run/virtiofsd");
918
919
if (g_mkdir_with_parents(dir, S_IRWXU) < 0) {
920
- fuse_log(FUSE_LOG_ERR, "%s: Failed to create directory %s: %s",
+ fuse_log(FUSE_LOG_ERR, "%s: Failed to create directory %s: %s\n",
921
__func__, dir, strerror(errno));
922
return false;
923
}
0 commit comments