Github user hmcc commented on the issue:
https://github.com/apache/storm/pull/2320
`master` PR: https://github.com/apache/storm/pull/2323
When I was doing that, I noticed that the spacing in the log message had
already been fixed more nicely there, so
https://github.com/apache/storm/pull/2320/commits/d812b6af7b31feadbc2a79f61926fc3774b593c0
changes mine to match.
I also noticed that the tests didn't test everything I'd wanted to test and
had some whitespace that didn't belong, so those have been [updated
too](https://github.com/apache/storm/pull/2320/commits/f0f21bf9acbed631d621a3f95d59eb70f63efc41).
I'll squash before merging.
---