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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user