ui/TablePrinter: Add debug output
This commit is contained in:
parent
3484858c3d
commit
db9c4e48ba
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ impl FilePrinter for TablePrinter {
|
|||
|
||||
let mut i = 0;
|
||||
for file in files {
|
||||
debug!("Printing file: {:?}", file);
|
||||
i += 1;
|
||||
let cell_i = Cell::new(&format!("{}", i)[..]);
|
||||
let cell_o = Cell::new(&format!("{}", file.owner().name())[..]);
|
||||
|
|
Loading…
Reference in a new issue