1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-07 17:17:44 +03:00

shutdown: fix typo

This commit is contained in:
Ulrich Ölmann 2021-03-18 09:43:13 +01:00 committed by Luca Boccassi
parent 22bf8ff8e0
commit 2c0c1b095c

View File

@ -487,7 +487,7 @@ int main(int argc, char *argv[]) {
/* There are things we cannot get rid of. Loop one more time
* with LOG_ERR to inform the user. Note that we don't need
* to do this if there is a initrd to switch to, because that
* one is likely to get rid of the remounting mounts. If not,
* one is likely to get rid of the remaining mounts. If not,
* it will log about them. */
umount_log_level = LOG_ERR;
continue;