summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/errors.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-03-18 12:21:17 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-03-18 13:18:29 +0100
commit99c26d57ab877da638acf1cd292490ef412ec171 (patch)
tree154ff0dc8057ac0bd8932a07423589e8260ae2b3 /src/libs/installer/errors.h
parentf431a76d1298d66bd3ee5d89145ca6531a19e507 (diff)
fix adding message to create Exception debug output
Change-Id: I5214b6baef7ad7dc910492712f969f171fc4b9d4 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/libs/installer/errors.h')
-rw-r--r--src/libs/installer/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/errors.h b/src/libs/installer/errors.h
index 7525fbf07..18b8ead8f 100644
--- a/src/libs/installer/errors.h
+++ b/src/libs/installer/errors.h
@@ -56,7 +56,7 @@ public:
: std::runtime_error(message.toStdString())
, m_message (message)
{
- qDebug() << "create Error-Exception:";
+ qDebug() << "create Error-Exception:" << message;
}
virtual ~Error() throw() {}