diff --git a/Bloxstrap/RobloxDeployment.cs b/Bloxstrap/RobloxDeployment.cs index 91799b9..ebb928f 100644 --- a/Bloxstrap/RobloxDeployment.cs +++ b/Bloxstrap/RobloxDeployment.cs @@ -20,7 +20,7 @@ private static async Task TestConnection(string url, int priority) { - string LOG_IDENT = $"DeployManager::TestConnection.{url}"; + string LOG_IDENT = $"RobloxDeployment::TestConnection.{url}"; await Task.Delay(priority * 1000); @@ -47,7 +47,7 @@ public static async Task InitializeConnectivity() { - const string LOG_IDENT = "DeployManager::InitializeConnectivity"; + const string LOG_IDENT = "RobloxDeployment::InitializeConnectivity"; // this function serves double duty as the setup mirror enumerator, and as our connectivity check // since we're basically asking four different urls for the exact same thing, if all four fail, then it has to be a user-side problem