Joe Shochet 25 лет назад
Родитель
Сommit
f50dda563e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/downloader/extractor.cxx

+ 1 - 1
panda/src/downloader/extractor.cxx

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