common: Don't add quotes to exit exceptions
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 27 Jan 2019 07:42:40 +0000 (02:42 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2019 19:40:24 +0000 (20:40 +0100)
commit1e36d39ce542e12d94b388bea96cfcb76f40af23
tree654799a2f4d641073e78a930b22efe7767fabe1b
parent4baddc0de428fa9080db6987b77a861763450a3b
common: Don't add quotes to exit exceptions

When logging exit exceptions, wrap the QString in qPrintable(),
removing the extra quotes added by the debug logger.
src/main/main.cpp