|
@@ -100,7 +100,7 @@ request_extract(const Filename &source_file, const string &event_name,
|
|
|
// Make sure we actually are threaded
|
|
// Make sure we actually are threaded
|
|
|
if (!_threaded) {
|
|
if (!_threaded) {
|
|
|
downloader_cat.info()
|
|
downloader_cat.info()
|
|
|
- << "Extractor::request_decompress() - create_thread() was "
|
|
|
|
|
|
|
+ << "Extractor::request_extract() - create_thread() was "
|
|
|
<< "never called! Calling it now..." << endl;
|
|
<< "never called! Calling it now..." << endl;
|
|
|
create_thread();
|
|
create_thread();
|
|
|
}
|
|
}
|