ui/TablePrinter: Add debug output

This commit is contained in:
Matthias Beyer 2015-12-03 17:50:30 +01:00
parent 3484858c3d
commit db9c4e48ba

View file

@ -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())[..]);