Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mballance committed Jul 25, 2024
2 parents cb33e45 + 9a8f432 commit 2213925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void DebugMgr::enable(bool en) {
it=m_debug_ep_m.begin();
it!=m_debug_ep_m.end(); it++) {
if (en != it->second->en()) {
fprintf(stdout, "DebugMgr: %s %s\n", (en)?"Enable":"Disable", it->second->name().c_str());
// fprintf(stdout, "DebugMgr: %s %s\n", (en)?"Enable":"Disable", it->second->name().c_str());
}
it->second->set_en(m_en);
}
Expand Down

0 comments on commit 2213925

Please sign in to comment.