author | William Roberts <williamr@symbian.org> |
Wed, 10 Nov 2010 12:08:34 +0000 | |
branch | RCL_3 |
changeset 76 | 5c9f0ba5102a |
parent 74 | 6b4d16c5c577 |
uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp | file | annotate | diff | comparison | revisions |
--- 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);