diff --git a/crates/aptos-faucet/core/src/server/run.rs b/crates/aptos-faucet/core/src/server/run.rs index 87dcd4382b660d..3313080718d3fb 100644 --- a/crates/aptos-faucet/core/src/server/run.rs +++ b/crates/aptos-faucet/core/src/server/run.rs @@ -69,7 +69,7 @@ pub struct RunConfig { impl RunConfig { pub async fn run(self) -> Result<()> { info!("Running with config: {:#?}", self); - info!("Starting server..."); + println!("Starting faucet, please wait..."); // Set whether we should use useful errors. // If it's already set, then we'll carry on