# HG changeset patch # User William Roberts # Date 1289390914 0 # Node ID 5c9f0ba5102aa73c036f1db12d32e5dd013fbe83 # Parent 6b4d16c5c5774c180d43bfce52113afc09215251 Improve debug tracing of AknGlobalNote::StartL - Bug 2673 diff -r 6b4d16c5c577 -r 5c9f0ba5102a uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp --- 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);