Skip to content

Commit 8036f74

Browse files
committed
Update variants.cpp
1 parent 8b4a1de commit 8036f74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/variants.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
9797
}
9898
for (uint64_t c = 0; c<kcount; ++c){
9999

100-
lg.verbose("Candidate paths remaing/total: " + std::to_string(kcount-explored) + "/" + std::to_string(kcount), true);
100+
if (explored % 1000 == 0)
101+
lg.verbose("Candidate paths remaing/total: " + std::to_string(kcount-explored) + "/" + std::to_string(kcount), true);
101102

102103
targetsMap.erase(targetsQueue.front()); // update targets
103104
targetsQueue.pop_front();

0 commit comments

Comments
 (0)