From: Yu Watanabe Date: Fri, 12 Apr 2024 20:43:37 +0000 (+0900) Subject: journal: drop thousands separator in comment X-Git-Tag: v256-rc1~205^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2da2296ff74a9b9a96c805a3d0a87366735b227;p=thirdparty%2Fsystemd.git journal: drop thousands separator in comment --- diff --git a/src/journal/journalctl-show.c b/src/journal/journalctl-show.c index bf8f9bdc634..e8ffc72bb8a 100644 --- a/src/journal/journalctl-show.c +++ b/src/journal/journalctl-show.c @@ -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;