Просмотр исходного кода

apt-pkg/acquire-item.cc: add more debug output

Michael Vogt лет назад: 15
Родитель
Сommit
02734b0114
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apt-pkg/acquire-item.cc

+ 1 - 0
apt-pkg/acquire-item.cc

@@ -1397,6 +1397,7 @@ void pkgAcqMetaIndex::QueueIndexes(bool verify)				/*{{{*/
 	    {
 	       std::cerr << "Queueing: " << (*Target)->URI << std::endl;
 	       std::cerr << "Expected Hash: " << ExpectedIndexHash.toStr() << std::endl;
+	       std::cerr << "For: " << Record->MetaKeyFilename << std::endl;
 	    }
 	    if (ExpectedIndexHash.empty() == true && (*Target)->IsOptional() == false)
 	    {