mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
journalctl: make --follow really work
This commit is contained in:
@@ -917,7 +917,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
for (;;) {
|
||||
while (arg_lines == 0 || n_shown < arg_lines) {
|
||||
while (arg_lines == 0 || arg_follow || n_shown < arg_lines) {
|
||||
int flags;
|
||||
|
||||
if (need_seek) {
|
||||
|
||||
Reference in New Issue
Block a user