diff -r 16e4b9007960 -r f5508c13dfe0 bluetoothengine/btnotif/btnotifsrv/src/btnotifpairnotifier.cpp --- a/bluetoothengine/btnotif/btnotifsrv/src/btnotifpairnotifier.cpp Wed Oct 13 13:15:31 2010 +0300 +++ b/bluetoothengine/btnotif/btnotifsrv/src/btnotifpairnotifier.cpp Tue Oct 19 15:09:34 2010 +0300 @@ -105,13 +105,13 @@ TInt uid = aMessage.Int0(); TInt opCode = aMessage.Function(); - BOstrace1(TRACE_DEBUG,DUMMY_DEVLIST,"[BTNotif]:Opcode: %d",opCode); + BOstrace1(TRACE_DEBUG,DUMMY_DEVLIST,_L("[BTNotif]:Opcode: %d"),opCode); if ( (!iNotifierMessage.IsNull()) && (opCode != EBTNotifCancelNotifier )&&(opCode != EBTNotifUpdateNotifier)) { // todo: do we allow concurrent pairing? - BOstrace0(TRACE_DEBUG,DUMMY_DEVLIST,"[BTNotif]:We are busy"); + BOstrace0(TRACE_DEBUG,DUMMY_DEVLIST,_L("[BTNotif]:We are busy")); User::Leave(KErrServerBusy ); } @@ -146,7 +146,7 @@ { // If the device is banned and pairing is not locally initiated // then we reject. - BOstrace0(TRACE_DEBUG,DUMMY_DEVLIST,"[BTNotif]:Device is banned"); + BOstrace0(TRACE_DEBUG,DUMMY_DEVLIST,_L("[BTNotif]:Device is banned")); iNotifierMessage.Complete( KErrCancel ); return; }