diff --git a/src/drone.rs b/src/drone.rs index d8e7736c97..36e0ba653f 100644 --- a/src/drone.rs +++ b/src/drone.rs @@ -112,6 +112,10 @@ impl Drone { airdrop_request_amount, client_public_key, } => { + info!( + "Requesting airdrop of {} to {:?}", + airdrop_request_amount, client_public_key + ); request_amount = airdrop_request_amount; tx = Transaction::new( &self.mint_keypair,