mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Merge pull request #397 from hharte/master
reader: Fix conflicting sector error message.
This commit is contained in:
@@ -52,7 +52,7 @@ static std::set<std::shared_ptr<Sector>> collect_sectors(std::set<std::shared_pt
|
||||
{
|
||||
std::cout << fmt::format(
|
||||
"\n multiple conflicting copies of sector {} seen; ",
|
||||
std::get<0>(sectorid), std::get<1>(sectorid), std::get<2>(sectorid));
|
||||
std::get<2>(sectorid));
|
||||
replacing->status = replacement->status = Sector::CONFLICT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user