mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +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…
x
Reference in New Issue
Block a user