Skip to content

Commit

Permalink
Change failed to crashed. We say crashed in other places.
Browse files Browse the repository at this point in the history
  • Loading branch information
reidsunderland authored and petersilva committed Dec 9, 2024
1 parent fe4c318 commit 32eee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/flowcb/post/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def post(self, worklist):
except Exception as e:
all_good = False
worklist.failed.append(m)
logger.error(f"failed: {e}")
logger.error(f"crashed: {e}")
logger.debug("Exception details:", exc_info=True)

def metricsReport(self) -> dict:
Expand Down

0 comments on commit 32eee1b

Please sign in to comment.