From 90a3aca43248317ca0ddc7185e03b78f614c2c18 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 1 Aug 2023 15:50:11 +1200 Subject: [PATCH] s3:vfs: Add missing space in debug message Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/modules/vfs_unityed_media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_unityed_media.c b/source3/modules/vfs_unityed_media.c index 241fbc192e7..c848cf5f623 100644 --- a/source3/modules/vfs_unityed_media.c +++ b/source3/modules/vfs_unityed_media.c @@ -255,7 +255,7 @@ static bool is_in_media_dir(const char *path) const char *media_dirname; size_t media_dirname_len; - DEBUG(10, ("Entering with path'%s'\n", path)); + DEBUG(10, ("Entering with path '%s'\n", path)); /* Sometimes Samba gives us "./OMFI MediaFiles". */ if (strnequal(path, "./", 2)) { -- 2.47.3