1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Slightly better messaging.

This commit is contained in:
Martin Hoffmann
2018-10-25 14:50:00 +02:00
parent 9b646b2537
commit 116eeb07d2

View File

@ -72,7 +72,7 @@ fn run_forever(config: &Config) -> Result<(), ProcessingError> {
config.history_size
);
info("Starting RTR listener...");
info!("Starting RTR listener...");
let (notify, rtr) = rtr_listener(history.clone(), &CONFIG);