mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03:00
log: fix comment
This commit is contained in:
parent
aaa872a713
commit
e55db9e792
@ -32,7 +32,7 @@ typedef enum LogTarget{
|
||||
} LogTarget;
|
||||
|
||||
/* This log level disables logging completely. It can only be passed to log_set_max_level() and cannot be
|
||||
* used a regular log level. */
|
||||
* used as a regular log level. */
|
||||
#define LOG_NULL (LOG_EMERG - 1)
|
||||
|
||||
/* Note to readers: << and >> have lower precedence (are evaluated earlier) than & and | */
|
||||
|
Loading…
x
Reference in New Issue
Block a user