mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-29 04:55:26 +03:00
Merge pull request #699 from ysbnim/master
exit-status: add missing string for EXIT_SMACK_PROCESS_LABEL
This commit is contained in:
commit
a20fbee75a
@ -151,6 +151,9 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
|
|||||||
|
|
||||||
case EXIT_BUS_ENDPOINT:
|
case EXIT_BUS_ENDPOINT:
|
||||||
return "BUS_ENDPOINT";
|
return "BUS_ENDPOINT";
|
||||||
|
|
||||||
|
case EXIT_SMACK_PROCESS_LABEL:
|
||||||
|
return "SMACK_PROCESS_LABEL";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user