Skip to content

Commit 00b5b71

Browse files
author
Devdutt Shenoi
authored
localsync
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 71d643d commit 00b5b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub async fn handler(mut cancel_rx: oneshot::Receiver<()>) -> anyhow::Result<()>
8686
remote_sync_inbox.send(()).unwrap_or(());
8787
localsync_inbox.send(()).unwrap_or(());
8888
if let Err(e) = localsync_handler.await {
89-
error!("Error joining remote_sync_handler: {e:?}");
89+
error!("Error joining localsync_handler: {e:?}");
9090
}
9191
if let Err(e) = remote_sync_handler.await {
9292
error!("Error joining remote_sync_handler: {e:?}");

0 commit comments

Comments
 (0)