1
0
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:
Daan De Meyer 2023-02-14 15:09:32 +01:00
parent 3e45146021
commit ab3a46f837

View File

@ -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));
}