It seems strange to me to rely on debug printing for anything user facing. Then again, maybe in this case since it is error reporting, it is acceptable? Small change, but honestly could be convinced to go either way.
I think that sometimes the more info the better when it comes to errors, and that was my intention. In this case though it's just a string so I agree that the debugging can go away. Thanks for the PR!
It seems strange to me to rely on debug printing for anything user facing. Then again, maybe in this case since it is error reporting, it is acceptable? Small change, but honestly could be convinced to go either way.