Skip to content

Commit

Permalink
[Faucet][CLI] Add message to indicate faucet is starting (#8842)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored and gedigi committed Aug 2, 2023
1 parent b2dea67 commit b87ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos-faucet/core/src/server/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub struct RunConfig {
impl RunConfig {
pub async fn run(self) -> Result<()> {
info!("Running with config: {:#?}", self);
info!("Starting server...");
println!("Faucet is starting, please wait...");

// Set whether we should use useful errors.
// If it's already set, then we'll carry on
Expand Down

0 comments on commit b87ac61

Please # to comment.