diff -r bab96b7ed1a4 -r f39ed5e045e0 phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cppluginlogging.h --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cppluginlogging.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cppluginlogging.h Thu Jul 22 16:33:21 2010 +0100 @@ -72,6 +72,7 @@ */ #define DPRINT qDebug() << __PRETTY_FUNCTION__ #define DWARNING qWarning() << __PRETTY_FUNCTION__ +#define DCRITICAL qCritical() << __PRETTY_FUNCTION__ #endif // CPPHONESETTINGSPLUGINSLOGGING_H