messagingapp/msgnotifications/msgnotifier/src/msgnotifier_p.cpp
changeset 76 60a8a215b0ec
parent 73 ecf6a73a9186
--- a/messagingapp/msgnotifications/msgnotifier/src/msgnotifier_p.cpp	Tue Oct 05 13:58:47 2010 +0530
+++ b/messagingapp/msgnotifications/msgnotifier/src/msgnotifier_p.cpp	Tue Oct 19 11:30:16 2010 +0530
@@ -360,7 +360,11 @@
             "displayErrorNote(QVariantList)", false);
 
     snd << args;
-    snd.send();
+    if (!snd.send()) 
+    {
+        int lastErr = snd.latestError();
+        QDEBUG_WRITE_FORMAT("MsgNotifierPrivate displayFailedNote failed", lastErr);
+    }
     
     QDEBUG_WRITE("MsgNotifierPrivate::displayFailedNote end.")
     }