diff --git a/indra/newview/llmachineid.cpp b/indra/newview/llmachineid.cpp
index 5dcfbefb90c88589dd7de62c643f23a9ce8f017a..8243016b6dd8825ecf748f8bf474efbe08dcfd40 100644
--- a/indra/newview/llmachineid.cpp
+++ b/indra/newview/llmachineid.cpp
@@ -224,7 +224,7 @@ S32 LLMachineID::init()
                 pclsObj = NULL;
                 continue;
             }
-            LL_INFOS("AppInit") << " Serial Number : " << vtProp.bstrVal << LL_ENDL;
+            LL_INFOS("AppInit") << " Serial Number : " << ll_convert_wide_to_string(vtProp.bstrVal) << LL_ENDL;
 
             // use characters in the returned Serial Number to create a byte array of size len
             BSTR serialNumber ( vtProp.bstrVal);