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/10112/head
parent
5757b08893
commit
fc9e82a1fe
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue