mirror of https://github.com/rwf2/Rocket.git
Use higher contrast emojis for routes, catchers.
This commit is contained in:
parent
7f34aacd60
commit
00e56c9822
|
@ -504,8 +504,8 @@ impl Rocket<Build> {
|
||||||
// Log everything we know: config, routes, catchers, fairings.
|
// Log everything we know: config, routes, catchers, fairings.
|
||||||
// TODO: Store/print managed state type names?
|
// TODO: Store/print managed state type names?
|
||||||
config.pretty_print(self.figment());
|
config.pretty_print(self.figment());
|
||||||
log_items("🛰 ", "Routes", self.routes(), |r| &r.uri.base, |r| &r.uri);
|
log_items("📬 ", "Routes", self.routes(), |r| &r.uri.base, |r| &r.uri);
|
||||||
log_items("👾 ", "Catchers", self.catchers(), |c| &c.base, |c| &c.base);
|
log_items("🥅 ", "Catchers", self.catchers(), |c| &c.base, |c| &c.base);
|
||||||
self.fairings.pretty_print();
|
self.fairings.pretty_print();
|
||||||
|
|
||||||
// Ignite the rocket.
|
// Ignite the rocket.
|
||||||
|
|
Loading…
Reference in New Issue