Skip to content

Commit

Permalink
input: improve the printed msg when inputproc is done
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Aug 8, 2024
1 parent f33abbb commit 415fb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slips_files/core/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 415fb2b

Please sign in to comment.