Skip to content

Commit

Permalink
add: Add message number error event #2947
Browse files Browse the repository at this point in the history
  • Loading branch information
fedepacher committed Aug 17, 2022
1 parent 0097ffb commit aaf5985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ def get_msg_with_number(message):
message (str): Message to find
"""
check_analysisd_event(timeout=eps.T_20, callback=message,
error_message="Could not find the event in alerts.log", prefix="", \
error_message=fr"Could not find the event: {message}", prefix="", \
file_to_monitor=ALERT_LOGS_PATH)

0 comments on commit aaf5985

Please sign in to comment.