bluetoothengine/btsap/src/BTSapSniffHandler.cpp
branchRCL_3
changeset 55 613943a21004
parent 0 f63038272f30
child 56 9386f31cc85b
--- a/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Thu Aug 19 10:05:41 2010 +0300
+++ b/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Tue Aug 31 15:25:10 2010 +0300
@@ -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 µsec"), KSniffInterval));
+        BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Starting the sniff timer %d microseconds"), KSniffInterval));
         Cancel();
         After(KSniffInterval);