summaryrefslogtreecommitdiff
path: root/src/shutdown
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-12 16:06:39 +0100
committerGitHub <noreply@github.com>2022-01-12 16:06:39 +0100
commitffb8c827154bea1126bfe4ec3731986d68cdc396 (patch)
tree23de3b6be7f0b0dd63c473e3e30f13e23bc82815 /src/shutdown
parentac172d706365c48d5407f7f9e5d0dab87a5d1dcd (diff)
parent78afbb67d2093d9c434fccd24fa717ecaa393e83 (diff)
downloadsystemd-ffb8c827154bea1126bfe4ec3731986d68cdc396.tar.gz
Merge pull request #22092 from keszybz/docs-links
Add more doc pages, adjust links, add explanatory headers to examples and relax license to CC-0
Diffstat (limited to 'src/shutdown')
-rw-r--r--src/shutdown/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/umount.c b/src/shutdown/umount.c
index f5a2cb20c1..ed45ea9edb 100644
--- a/src/shutdown/umount.c
+++ b/src/shutdown/umount.c
@@ -522,7 +522,7 @@ static int remount_with_timeout(MountPoint *m, int umount_log_level) {
if (r < 0)
return r;
if (r == 0) {
- log_info("Remounting '%s' read-only with options '%s'.", m->path, strna(m->remount_options));
+ log_info("Remounting '%s' read-only with options '%s'.", m->path, strempty(m->remount_options));
/* Start the mount operation here in the child */
r = mount(NULL, m->path, NULL, m->remount_flags, m->remount_options);