diff options
Diffstat (limited to 'hbak/src')
-rw-r--r-- | hbak/src/main.rs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hbak/src/main.rs b/hbak/src/main.rs index 27d3cad..ea231fe 100644 --- a/hbak/src/main.rs +++ b/hbak/src/main.rs @@ -371,7 +371,10 @@ fn sync( &local_node.config().passphrase, )?; - eprintln!("Authentication to {} successful", remote_node.address); + eprintln!( + "Authentication to and of {} successful", + remote_node.address + ); let mut local_sync_info = SyncInfo { volumes: HashMap::new(), @@ -477,7 +480,7 @@ fn restore( &local_node.config().passphrase, )?; - eprintln!("Authentication to {} successful", address); + eprintln!("Authentication to and of {} successful", address); let mut local_sync_info = SyncInfo { volumes: HashMap::new(), |