mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 09:36:17 +02:00
bees: change formatting for physical bytenr ranges in dedup
Use a different character to make it easier to search for bytenr ranges in the logs. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -307,7 +307,7 @@ BeesContext::dedup(const BeesRangePair &brp)
|
||||
}
|
||||
BeesAddress first_addr(brp.first.fd(), brp.first.begin());
|
||||
BeesAddress second_addr(brp.second.fd(), brp.second.begin());
|
||||
dst_line << " (" << first_addr << "->" << second_addr << ")";
|
||||
dst_line << " {" << first_addr << "->" << second_addr << "}";
|
||||
if (first_addr.get_physical_or_zero() == second_addr.get_physical_or_zero()) {
|
||||
BEESLOGTRACE("equal physical addresses in dedup");
|
||||
BEESCOUNT(bug_dedup_same_physical);
|
||||
|
Reference in New Issue
Block a user