mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user