Skip to content

Commit

Permalink
HH-222350 update waited error description
Browse files Browse the repository at this point in the history
  • Loading branch information
Diacrome committed Jul 11, 2024
1 parent cd9bfd3 commit c402622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontik/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,8 @@ def _execute_http_client_method(
) -> Future[RequestResult]:
if waited and (self.is_finished() or self.finish_group.is_finished()):
handler_logger.info(
'attempted to make waited http request to %s %s in finished handler, ignoring',
'attempted to make waited http request to %s %s in finished handler, '
'ignoring. change "waited" method parameter to send it',
host,
path,
)
Expand Down

0 comments on commit c402622

Please sign in to comment.