printf()/std::cout<< debugging doesn't really work since the progress display overwrites the console. It would be useful to have a logging facility integrated into bulk_extractor, like Python's logging module. spdlog seems like a good option, https://github.com/gabime/spdlog.