diff -r a179b74831c9 -r c1f20ce4abcf bsptemplate/asspandvariant/template_assp/pa_usbc.cpp --- a/bsptemplate/asspandvariant/template_assp/pa_usbc.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/bsptemplate/asspandvariant/template_assp/pa_usbc.cpp Tue Aug 31 16:34:26 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) {