mirror of https://github.com/rwf2/Rocket.git
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.paint("Rocket has launched from"),
|
||||||
|
White.bold().paint("http://"),
|
||||||
White.bold().paint(&full_addr));
|
White.bold().paint(&full_addr));
|
||||||
|
|
||||||
server.handle(self).unwrap();
|
server.handle(self).unwrap();
|
||||||
|
|
Loading…
Reference in New Issue