All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] virtiofsd: Add missing newline in error message
@ 2021-07-01 21:11 ` Hubert Jasudowicz
  0 siblings, 0 replies; 10+ messages in thread
From: Hubert Jasudowicz @ 2021-07-01 21:11 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hubert Jasudowicz, Dr. David Alan Gilbert, Stefan Hajnoczi,
	virtio-fs, qemu-trivial

From: Hubert Jasudowicz <hubert.jasudowicz@gmail.com>

Signed-off-by: Hubert Jasudowicz <hubert.jasudowicz@gmail.com>
---
 tools/virtiofsd/fuse_virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/virtiofsd/fuse_virtio.c b/tools/virtiofsd/fuse_virtio.c
index fa4aff9b0e..fc2564a603 100644
--- a/tools/virtiofsd/fuse_virtio.c
+++ b/tools/virtiofsd/fuse_virtio.c
@@ -917,7 +917,7 @@ static bool fv_socket_lock(struct fuse_session *se)
     dir = qemu_get_local_state_pathname("run/virtiofsd");
 
     if (g_mkdir_with_parents(dir, S_IRWXU) < 0) {
-        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",
                  __func__, dir, strerror(errno));
         return false;
     }
-- 
2.32.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-07-09  9:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 21:11 [PATCH] virtiofsd: Add missing newline in error message Hubert Jasudowicz
2021-07-01 21:11 ` Hubert Jasudowicz
2021-07-01 21:11 ` [Virtio-fs] " Hubert Jasudowicz
2021-07-01 21:55 ` Philippe Mathieu-Daudé
2021-07-01 21:55   ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-07-05 13:06 ` Stefan Hajnoczi
2021-07-05 13:06   ` Stefan Hajnoczi
2021-07-05 13:06   ` [Virtio-fs] " Stefan Hajnoczi
2021-07-09  9:06 ` Laurent Vivier
2021-07-09  9:06   ` [Virtio-fs] " Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.