mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
mount-setup: Fix typo
This commit is contained in:
parent
3e45146021
commit
ab3a46f837
@ -529,7 +529,7 @@ int mount_setup(bool loaded_policy, bool leave_propagation) {
|
||||
|
||||
after_relabel = now(CLOCK_MONOTONIC);
|
||||
|
||||
log_info("Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup%s in %s.",
|
||||
log_info("Relabeled /dev, /dev/shm, /run, /sys/fs/cgroup%s in %s.",
|
||||
n_extra > 0 ? ", additional files" : "",
|
||||
FORMAT_TIMESPAN(after_relabel - before_relabel, 0));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user