Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
@jiivan nitpicking and I personally prefer a more "human readable" approach ... but so be it ;)

Co-Authored-By: Dariusz Rybi <jiivan@users.noreply.github.com>
  • Loading branch information
shadeofblue and jiivan authored Nov 14, 2019
1 parent ec17550 commit 1758bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion golem/task/server/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def verification_finished(
)

logger.info(
"Accepting result for subtask '%s'. "
"Accepting result. subtask_id=%r, "
"provider_id=%s, payment_value=%s GNT",
subtask_id,
report_computed_task.provider_id,
Expand Down
2 changes: 1 addition & 1 deletion golem/task/tasksession.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ def _react_to_subtask_results_accepted(
msg.requestor_id, payment_value, budget)

logger.info(
"Result accepted for subtask '%s'. "
"Result accepted. subtask_id=%r, "
"requestor_id=%s, payment_value=%s GNT",
msg.subtask_id,
msg.requestor_id,
Expand Down

1 comment on commit 1758bc7

@jiivan
Copy link
Contributor

@jiivan jiivan commented on 1758bc7 Nov 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.