mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
more logging
This commit is contained in:
parent
26565e9021
commit
ad7490c4fe
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ fn remote_callbacks<'a>(
|
||||||
|
|
||||||
log::debug!("progress: {}/{} ({} B)", current, total, bytes,);
|
log::debug!("progress: {}/{} ({} B)", current, total, bytes,);
|
||||||
});
|
});
|
||||||
|
callbacks.update_tips(|name, a, b| {
|
||||||
|
log::debug!("update: '{}' [{}] [{}]", name, a, b);
|
||||||
|
true
|
||||||
|
});
|
||||||
callbacks.transfer_progress(|p| {
|
callbacks.transfer_progress(|p| {
|
||||||
log::debug!(
|
log::debug!(
|
||||||
"transfer progress: {} B / {} / {} ",
|
"transfer progress: {} B / {} / {} ",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue