Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solver: move scheduler debug statements to their own functions #5328

Merged
merged 1 commit into from
Sep 23, 2024

Commits on Sep 18, 2024

  1. solver: move scheduler debug statements to their own functions

    Move scheduler debug statements to their own functions and in their own
    file so that scheduler debug statements don't make the scheduler logic
    more complex to follow. Some of the scheduler logs can be quite long and
    can make it difficult to follow the code logic. This changes these log
    statements to `debugSchedulerXXX` where `XXX` is the message that would
    be printed.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f18b83 View commit details
    Browse the repository at this point in the history