]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-rate-limit: add trailing comma in table
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 11 May 2024 09:56:57 +0000 (18:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 12 May 2024 01:32:14 +0000 (10:32 +0900)
src/journal/journald-rate-limit.c

index 1028e386890ab918d8d82b46341459d751aeeb5c..ea2c27a686e0dc293f2d2713da32b8ad7c4913be 100644 (file)
@@ -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;