]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: drop thousands separator in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Apr 2024 20:43:37 +0000 (05:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Apr 2024 20:43:37 +0000 (05:43 +0900)
src/journal/journalctl-show.c

index bf8f9bdc63459de83a7e388280ec1dc7ca27ba14..e8ffc72bb8ac34b0be181e5d0ae417702fa7d72f 100644 (file)
@@ -12,7 +12,7 @@
 #include "logs-show.h"
 #include "terminal-util.h"
 
-#define PROCESS_INOTIFY_INTERVAL 1024   /* Every 1,024 messages processed */
+#define PROCESS_INOTIFY_INTERVAL 1024   /* Every 1024 messages processed */
 
 typedef struct Context {
         sd_journal *journal;