Skip to content

Commit 9653545

Browse files
author
Stephan Dilly
committed
debug print sideband progress
1 parent 614040b commit 9653545

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

asyncgit/src/sync/remotes/callbacks.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ impl Callbacks {
9191
},
9292
);
9393

94+
callbacks.sideband_progress(move |data| {
95+
log::debug!(
96+
"sideband transfer: '{}'",
97+
String::from_utf8_lossy(data).trim()
98+
);
99+
true
100+
});
101+
94102
callbacks
95103
}
96104

0 commit comments

Comments
 (0)