From cd0212ba80360ff3d8984d2d72e43768be426ecd Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:22:45 +0100 Subject: [PATCH] update log indentations --- Bloxstrap/RobloxDeployment.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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