bluetoothengine/btsap/src/BTSapSniffHandler.cpp
changeset 47 9e2a905b887f
parent 0 f63038272f30
child 56 9386f31cc85b
--- a/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Mon Jul 12 19:25:26 2010 +0300
+++ b/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Fri Jul 23 15:57:13 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);