add few debug

This commit is contained in:
Stan Lee 2026-02-03 14:40:33 -08:00
parent ce959ec1bb
commit bea2a7d473
1 changed files with 1 additions and 3 deletions

View File

@ -2578,9 +2578,7 @@ struct AnnotateActivity : public OutputWriter {
activity_str += std::to_string(activity) + " ";
}
if (worker->debug) {
std::cout << activity_str;
std::cout << "\n";
std::cout << " DUTY: ";
log_debug(" ACKT: %s", activity_str.c_str());
}
std::string duty_str;
for (uint32_t i = 0; i < (uint32_t)size; i++) {