// Try opening the mtree
r = archive_read_open2(mtree, a, NULL, pakfire_archive_read_callback, NULL, NULL);
if (r) {
- ERROR(archive->pakfire, "Could not open mtree: %s\n",
- archive_error_string(mtree));
+ ERROR(archive->pakfire, "Could not open filelist mtree in %s: %s\n",
+ archive->path, archive_error_string(mtree));
goto ERROR;
}
// Try opening the mtree
r = archive_read_open2(mtree, a, NULL, pakfire_archive_read_callback, NULL, NULL);
if (r) {
- ERROR(archive->pakfire, "Could not open mtree: %s\n",
- archive_error_string(mtree));
+ ERROR(archive->pakfire, "Could not open checksum mtree in %s: %s\n",
+ archive->path, archive_error_string(mtree));
goto ERROR;
}