bluetoothengine/btsap/src/BTSapSniffHandler.cpp
branchGCC_SURGE
changeset 36 f83263de1cc7
parent 0 f63038272f30
--- a/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Fri Jun 11 16:24:40 2010 +0100
+++ b/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Tue Jun 15 12:47:37 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 µsec"), KSniffInterval));
+        BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Starting the sniff timer %d \xB5sec"), KSniffInterval));
         Cancel();
         After(KSniffInterval);