mirror of https://github.com/rwf2/Rocket.git
Remove the '...' in the launch message.
This commit is contained in:
parent
ff3193a22a
commit
d4b9360f57
|
@ -557,7 +557,7 @@ impl Rocket {
|
||||||
Err(e) => return LaunchError::from(e)
|
Err(e) => return LaunchError::from(e)
|
||||||
};
|
};
|
||||||
|
|
||||||
info!("🚀 {} {}{}...",
|
info!("🚀 {} {}{}",
|
||||||
White.paint("Rocket has launched from"),
|
White.paint("Rocket has launched from"),
|
||||||
White.bold().paint("http://"),
|
White.bold().paint("http://"),
|
||||||
White.bold().paint(&full_addr));
|
White.bold().paint(&full_addr));
|
||||||
|
|
Loading…
Reference in New Issue