Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2638
Sorry if I'm nitpicking you to death, but I don't think moving the log line
is better. Now everyone gets an error level log, even if the exception is due
to an interrupt. I'd prefer if we just include the exception in both this log
statement and the one in the interrupt case.---
