summaryrefslogtreecommitdiffhomepage
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/windns/src/windns/netsh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/windns/src/windns/netsh.cpp b/windows/windns/src/windns/netsh.cpp
index b8c2afff68..b1b9dbc677 100644
--- a/windows/windns/src/windns/netsh.cpp
+++ b/windows/windns/src/windns/netsh.cpp
@@ -286,7 +286,7 @@ void NetSh::ValidateShellOut(common::ApplicationRunner &netsh, uint32_t timeout)
{
std::stringstream ss;
- ss << L"'netsh' completed successfully, albeit a little slowly. It consumed "
+ ss << "'netsh' completed successfully, albeit a little slowly. It consumed "
<< elapsed << " ms of "
<< actualTimeout << " ms max permitted execution time";