summaryrefslogtreecommitdiffstats
path: root/src/core/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/execute.c')
-rw-r--r--src/core/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index 2ce67f9dbd..6811bf301c 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -776,7 +776,7 @@ int exec_context_destroy_mount_ns_dir(Unit *u) {
if (!p)
return -ENOMEM;
- /* This is only filled transiently (see mount_in_namespace()), should be empty or even non-existent*/
+ /* This is only filled transiently (see mount_in_namespace()), should be empty or even non-existent. */
if (rmdir(p) < 0 && errno != ENOENT)
log_unit_debug_errno(u, errno, "Unable to remove propagation dir '%s', ignoring: %m", p);