1
0
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:
Frantisek Sumsal 2024-04-05 12:14:18 +02:00
parent aaa872a713
commit e55db9e792

View File

@ -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 | */