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):