In commit b30dddd4e5
, various refactorings
were done, during which a kwarg got accidentally dropped from the
function that determined part of the log message. As a result, a ':'
suddenly appeared in the log message where none should be.
Example expected output:
Checking if "-Werror=shadow with local shadowing" compiles: YES
What actually happened:
Checking if "-Werror=shadow with local shadowing" : compiles: YES
Fixes #9974
pull/9983/head
parent
ab441e78b5
commit
3ca61a6aa7
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue