Skip to content

Commit

Permalink
Update variants.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Jul 10, 2024
1 parent 616d83f commit 5117cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
std::deque<uint64_t> targetsQueue;
phmap::parallel_flat_hash_map<uint64_t,bool> targetsMap;

lg.verbose("Canidate paths remaing/total: " + std::to_string(explored) + "/" + std::to_string(kcount));
lg.verbose("Candidate paths remaing/total: " + std::to_string(kcount-explored) + "/" + std::to_string(kcount));

while (mapRange[1] < mapCount) {

Expand Down

0 comments on commit 5117cf2

Please sign in to comment.