Skip to content

Commit 5ffe040

Browse files
chore: updated error msg
1 parent 0147b5e commit 5ffe040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_splunk_addon/standard_lib/event_ingestors/requirement_event_ingester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def get_events(self):
213213
)
214214
else:
215215
LOGGER.error(
216-
"Requirement event ingestion failure: Invalid file format not .log {}".format(
216+
"Requirement event ingestion failure: Invalid file format not .log or .xml {}".format(
217217
filename
218218
)
219219
)

0 commit comments

Comments
 (0)