diff -r 613943a21004 -r 9386f31cc85b bluetoothengine/btsap/src/BTSapSniffHandler.cpp --- a/bluetoothengine/btsap/src/BTSapSniffHandler.cpp Tue Aug 31 15:25:10 2010 +0300 +++ b/bluetoothengine/btsap/src/BTSapSniffHandler.cpp Wed Sep 01 12:20:04 2010 +0100 @@ -98,7 +98,7 @@ if(iIsLinkAdapterOpen) { // Start the sniffer timer - BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap] CBTSapSniffHandler::Enable: Starting the sniff timer %d microseconds"), KSniffInterval)); + BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap] CBTSapSniffHandler::Enable: Starting the sniff timer %d µsec"), KSniffInterval)); Cancel(); After(KSniffInterval);