feat add log
This commit is contained in:
parent
7ae03d1f2f
commit
50b7472da7
@ -335,6 +335,7 @@ find_row_mask(std::vector<set_t> &sets,
|
||||
if (mask_task.empty()) { break; }
|
||||
cur_mask = mask_task.front();
|
||||
mask_task.pop();
|
||||
verbose_printerr("[LOG] - Row mask: 0x%0lx \t\t bits: %s\n", cur_mask, bit_string(cur_mask));
|
||||
}
|
||||
|
||||
if (resolve(cur_mask)) {
|
||||
|
Loading…
Reference in New Issue
Block a user