mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
core: fix typo in log message
This commit is contained in:
parent
8246dff1f8
commit
8b173b5e8c
Notes:
Lennart Poettering
2015-02-12 13:54:12 +01:00
Backport: message
@ -1104,7 +1104,7 @@ static void test_usr(void) {
|
||||
if (dir_is_empty("/usr") <= 0)
|
||||
return;
|
||||
|
||||
log_warning("/usr appears to be on its own filesytem and is not already mounted. This is not a supported setup. "
|
||||
log_warning("/usr appears to be on its own filesystem and is not already mounted. This is not a supported setup. "
|
||||
"Some things will probably break (sometimes even silently) in mysterious ways. "
|
||||
"Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user