1
1
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:
Frantisek Sumsal 2018-01-22 11:18:53 +01:00 committed by Lennart Poettering
parent fb5c821664
commit 1dc52f56f9

View File

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