branch | RCL_3 |
changeset 43 | c1f20ce4abcf |
parent 0 | a41df078684a |
child 44 | 3e88ff8f41d5 |
--- 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) {