Correct test log printing due to inverted comparison 2021-06-actionable-errors
authorMatt Corallo <git@bluematt.me>
Wed, 30 Jun 2021 02:19:28 +0000 (02:19 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 30 Jun 2021 16:12:21 +0000 (16:12 +0000)
commite8110ab33f44b647e142ad3357823a995ba68c5a
treecad554ae10861518ddeef46bd1335d25a61fbc1c
parente7560c83b465ae6404d4f0029a01a439a65a689e
Correct test log printing due to inverted comparison

We changed the sort order of log levels to be more natural, but this
comparison wasn't updated accordingly. Likely the reason it was
left strange for so long is it also had the comparison argument
ordering flipped.
lightning/src/util/test_utils.rs