Switch to unified view

a/src/index/fsindexer.cpp b/src/index/fsindexer.cpp
...
...
667
    }
667
    }
668
    return FsTreeWalker::FtwOk;
668
    return FsTreeWalker::FtwOk;
669
    }
669
    }
670
670
671
    LOGDEB0("processone: processing: ["  <<
671
    LOGDEB0("processone: processing: ["  <<
672
            displayableBytes(off_t(stp->st_size)) << "] "  << fn << "\n");
672
            displayableBytes(stp->st_size) << "] "  << fn << "\n");
673
673
674
    // Note that we used to do the full path here, but I ended up
674
    // Note that we used to do the full path here, but I ended up
675
    // believing that it made more sense to use only the file name
675
    // believing that it made more sense to use only the file name
676
    string utf8fn = compute_utf8fn(config, fn, true);
676
    string utf8fn = compute_utf8fn(config, fn, true);
677
677