Remove the '...' in the launch message.

This commit is contained in:
Sergio Benitez 2017-03-30 00:14:45 -07:00
parent ff3193a22a
commit d4b9360f57
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ impl Rocket {
Err(e) => return LaunchError::from(e)
};
info!("🚀 {} {}{}...",
info!("🚀 {} {}{}",
White.paint("Rocket has launched from"),
White.bold().paint("http://"),
White.bold().paint(&full_addr));