A few missing emojies (#5490)

* A few missing emojies

* P2p message emojis

* Add a bit of colour

* format

* Introduce a couple of spaces

* Some spaces
This commit is contained in:
Gavin Wood
2020-04-01 19:41:48 +02:00
committed by GitHub
parent 84ff6ef157
commit b86c7e87a9
8 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ mod known_os {
.await
.map_err(|_| Error::PortInUse(prometheus_addr))?;
log::info!("Prometheus server started at {}", prometheus_addr);
log::info!("〽️ Prometheus server started at {}", prometheus_addr);
let service = make_service_fn(move |_| {
let registry = registry.clone();