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

stall-analyser: pass args.tmin instead of tmin #2506

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2024

  1. stall-analyser: pass args.tmin instead of tmin

    8e58341 introduced a regression, which passes an undefined variable of
    `tmin` to `print_stats()`.
    
    in this change, we pass `args.tmin` instead of `tmin` to this function.
    
    Signed-off-by: Kefu Chai <[email protected]>
    tchaikov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bc99c6f View commit details
    Browse the repository at this point in the history