Skip to content

Commit

Permalink
logs: add target in the logs for r3d4 faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneWallet committed Dec 13, 2024
1 parent 1e9962f commit afa5fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxops/execution/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ def execute(self):
address = utils.get_address_instance(target)
LOGGER.info(
f"Requesting {request_amount} {egld_details['identifier']}"
" from r3d4 faucet"
f" from r3d4 faucet for {target} ({address.to_bech32()})"
)
self.request_faucet(
address.to_bech32(), egld_details["id"], str(request_amount)
Expand Down

0 comments on commit afa5fa1

Please sign in to comment.