From b286f8473a4c12b8c2cca20f5b0669785c2ef34e Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Thu, 6 Oct 2016 18:33:29 +1100 Subject: [PATCH] Changed wireless profile client messages These messages are intended to be informative, but were interpretted as errors by some. --- Disco.Client/Interop/WirelessNetwork.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Disco.Client/Interop/WirelessNetwork.cs b/Disco.Client/Interop/WirelessNetwork.cs index dcb0f904..ea58ac1f 100644 --- a/Disco.Client/Interop/WirelessNetwork.cs +++ b/Disco.Client/Interop/WirelessNetwork.cs @@ -216,7 +216,7 @@ namespace Disco.Client.Interop { if (existingProfile != null && existingProfile.IsGroupPolicy.Value) { - Presentation.UpdateStatus("Enrolling Device", $"Configuring Wireless Profiles\r\nUnable to replace Group Policy Wireless Profile '{addProfile.Name}' on '{adapter.NetConnectionID}'", true, -1, 3000); + Presentation.UpdateStatus("Enrolling Device", $"Configuring Wireless Profiles\r\nSkipped Wireless Profile '{addProfile.Name}' on '{adapter.NetConnectionID}' as this profile is managed by Group Policy", true, -1, 3000); } else { @@ -257,7 +257,7 @@ namespace Disco.Client.Interop { if (existingProfile.IsGroupPolicy.Value) { - Presentation.UpdateStatus("Enrolling Device", $"Configuring Wireless Profiles\r\nUnable to modify Group Policy Wireless Profile '{profileName}' on '{adapter.NetConnectionID}'", true, -1, 3000); + Presentation.UpdateStatus("Enrolling Device", $"Configuring Wireless Profiles\r\nSkipped Wireless Profile '{profileName}' on '{adapter.NetConnectionID}' as this profile is managed by Group Policy", true, -1, 3000); } else {