From afa5fa101d85b9cfcebbc6237ad5468190144d31 Mon Sep 17 00:00:00 2001 From: Etienne Wallet <116115319+EtienneWallet@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:39:10 +0100 Subject: [PATCH] logs: add target in the logs for r3d4 faucet --- mxops/execution/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxops/execution/steps.py b/mxops/execution/steps.py index 60f2dc8..f0fcf11 100644 --- a/mxops/execution/steps.py +++ b/mxops/execution/steps.py @@ -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)