diff -r 95f71bcdcdb7 -r 657f875b013e bsptemplate/asspandvariant/template_assp/pa_usbc.cpp --- a/bsptemplate/asspandvariant/template_assp/pa_usbc.cpp Thu May 27 14:17:14 2010 +0300 +++ b/bsptemplate/asspandvariant/template_assp/pa_usbc.cpp Fri Jun 11 15:02:23 2010 +0300 @@ -1904,7 +1904,7 @@ #ifdef _DEBUG _LIT(KIns, "inserted"); _LIT(KRem, "removed"); - __KTRACE_OPT(KUSB, Kern::Printf(" > USB cable now %lS", ptr->iCableConnected ? &KIns : &KRem)); + __KTRACE_OPT(KUSB, Kern::Printf(" > USB cable now %S", ptr->iCableConnected ? &KIns : &KRem)); #endif if (ptr->iCableConnected) {