Clean-up: lock-file: quote lock file path in debug logging message
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 14 Mar 2024 19:01:54 +0000 (15:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 8 Jul 2024 15:16:26 +0000 (11:16 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Icf2a15768414cec93a5fcfc8d8dfeec463e550a8

src/common/lockfile.cpp

index aeafd85cd6c4b0f3b5b981735adecec3fae8b995..e11e718c15774fde382d7957b6dfd2dcc7a12d1d 100644 (file)
@@ -96,8 +96,8 @@ int utils_create_lock_file(const char *filepath)
                goto error;
        }
 
-       DBG_FMT("Acquired lock file: file_path={}", filepath);
+       DBG_FMT("Acquired lock file: file_path=`{}`", filepath);
 
 error:
        return fd;
-}
\ No newline at end of file
+}
This page took 0.025452 seconds and 4 git commands to generate.