Switch to side-by-side view

--- a/src/index/fsindexer.cpp
+++ b/src/index/fsindexer.cpp
@@ -669,7 +669,7 @@
     }
 
     LOGDEB0("processone: processing: ["  <<
-            displayableBytes(off_t(stp->st_size)) << "] "  << fn << "\n");
+            displayableBytes(stp->st_size) << "] "  << fn << "\n");
 
     // Note that we used to do the full path here, but I ended up
     // believing that it made more sense to use only the file name