diff -r 16e4b9007960 -r f5508c13dfe0 bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp --- a/bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp Wed Oct 13 13:15:31 2010 +0300 +++ b/bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp Tue Oct 19 15:09:34 2010 +0300 @@ -55,7 +55,7 @@ // Initialisation complete, now signal the client RProcess::Rendezvous( KErrNone ); // The server is now up and running. - BOstrace0( TRACE_NORMAL, DUMMY_DEVLIST, "[BTNOTIF]\t BTNotif server now up and running" ); + BOstrace0( TRACE_NORMAL, DUMMY_DEVLIST, _L("[BTNOTIF]\t BTNotif server now up and running" )); // The active scheduler runs during the lifetime of this thread. CActiveScheduler::Start(); // Stopping the active scheduler means terminating the thread.