From 415fb2b36297ec09f5e4591547f301e50d8e1d69 Mon Sep 17 00:00:00 2001 From: alya Date: Thu, 8 Aug 2024 23:46:24 +0300 Subject: [PATCH] input: improve the printed msg when inputproc is done --- slips_files/core/input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slips_files/core/input.py b/slips_files/core/input.py index d80e9906b..db5214010 100644 --- a/slips_files/core/input.py +++ b/slips_files/core/input.py @@ -486,8 +486,8 @@ def read_zeek_folder(self): def print_lines_read(self): self.print( - f"We read everything. No more input. " - f"Stopping input process. Sent {self.lines} lines" + f"Done reading all flows. Stopping the input process. " + f"Sent {self.lines} lines for the profiler process." ) def stdin(self):