Skip to content

Commit 11a1359

Browse files
committed
Fixing printing
1 parent 611e34c commit 11a1359

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/xorfinder.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,7 @@ void XorFinder::grab_mem()
415415

416416
void XorFinder::Stats::print_short(const Solver* solver, double time_remain) const
417417
{
418-
cout
419-
<< "c [occ-xor] found " << std::setw(6) << foundXors
420-
;
418+
cout << solver->conf.prefix << "[occ-xor] found " << std::setw(6) << foundXors;
421419
if (foundXors > 0) {
422420
cout
423421
<< " avg sz " << std::setw(3) << std::fixed << std::setprecision(1)

0 commit comments

Comments
 (0)