mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
journald-native: Fix typo in MANDLOCK message
This commit is contained in:
parent
fb5c821664
commit
1dc52f56f9
@ -425,7 +425,7 @@ void server_process_native_file(
|
||||
* https://github.com/systemd/systemd/issues/1822
|
||||
*/
|
||||
if (vfs.f_flag & ST_MANDLOCK) {
|
||||
log_error("Received file descriptor from file system with mandatory locking enable, refusing.");
|
||||
log_error("Received file descriptor from file system with mandatory locking enabled, refusing.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user