uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp
branchRCL_3
changeset 76 5c9f0ba5102a
parent 56 d48ab3b357f1
--- a/uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp	Wed Nov 03 14:43:42 2010 +0000
+++ b/uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp	Wed Nov 10 12:08:34 2010 +0000
@@ -1146,8 +1146,8 @@
         }
 
 #ifdef _DEBUG
-    _LIT(KDmsg, "AknGlobalNote, StartL:id %d,type %d,prior %d");
-    RDebug::Print(KDmsg,noteId,type,priority);
+    _LIT(KDmsg, "AknGlobalNote, StartL:id %d,type %d,prior %d\n%S\n");
+    RDebug::Print(KDmsg,noteId,type,priority,&text);
 #endif
 
     TryDisplayNextNoteL(ETrue);