mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-29 12:52:05 +00:00
Prepend http:// to address:port in launch message.
This commit is contained in:
parent
2c26777c75
commit
7d97bf04ea
@ -474,8 +474,9 @@ impl Rocket {
|
||||
}
|
||||
};
|
||||
|
||||
info!("🚀 {} {}...",
|
||||
info!("🚀 {} {}{}...",
|
||||
White.paint("Rocket has launched from"),
|
||||
White.bold().paint("http://"),
|
||||
White.bold().paint(&full_addr));
|
||||
|
||||
server.handle(self).unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user