common: Don't add quotes to exit exceptions
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 27 Jan 2019 07:46:10 +0000 (02:46 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2019 19:40:32 +0000 (20:40 +0100)
commit534f170271bf6e3749a1c10ca6518eb7746e71f0
tree07694088618aa71e029c847c212894a00ef409f9
parenta84a852b3341c0c62391d15610f0388716242dac
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/common/main.cpp