mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
debug print sideband progress
This commit is contained in:
parent
614040b854
commit
9653545c81
1 changed files with 8 additions and 0 deletions
|
|
@ -91,6 +91,14 @@ impl Callbacks {
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
callbacks.sideband_progress(move |data| {
|
||||||
|
log::debug!(
|
||||||
|
"sideband transfer: '{}'",
|
||||||
|
String::from_utf8_lossy(data).trim()
|
||||||
|
);
|
||||||
|
true
|
||||||
|
});
|
||||||
|
|
||||||
callbacks
|
callbacks
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue