Skip to content

Commit 5117cf2

Browse files
committed
Update variants.cpp
1 parent 616d83f commit 5117cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variants.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
7878
std::deque<uint64_t> targetsQueue;
7979
phmap::parallel_flat_hash_map<uint64_t,bool> targetsMap;
8080

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

8383
while (mapRange[1] < mapCount) {
8484

0 commit comments

Comments
 (0)