mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Fix typo in log message.
This commit is contained in:
@ -716,7 +716,7 @@ impl RsyncCommand {
|
||||
if !output.stdout.is_empty() {
|
||||
String::from_utf8_lossy(&output.stdout).lines().for_each(|l| {
|
||||
info!(
|
||||
"rsync {}/{}; {}", source.authority(), source.module(), l
|
||||
"rsync {}/{}: {}", source.authority(), source.module(), l
|
||||
)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user