mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
journal-rate-limit: add trailing comma in table
This commit is contained in:
parent
78da0721c8
commit
1cb1538f78
@ -23,7 +23,7 @@ static const int priority_map[] = {
|
||||
[LOG_WARNING] = 2,
|
||||
[LOG_NOTICE] = 3,
|
||||
[LOG_INFO] = 3,
|
||||
[LOG_DEBUG] = 4
|
||||
[LOG_DEBUG] = 4,
|
||||
};
|
||||
|
||||
typedef struct JournalRateLimitPool JournalRateLimitPool;
|
||||
|
Loading…
x
Reference in New Issue
Block a user