From fe8643a2d7a801337d653a241b39b3b0e6ca015d Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 15 Mar 2025 17:46:31 +0000 Subject: [PATCH] update log ident --- Bloxstrap/LaunchSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/LaunchSettings.cs b/Bloxstrap/LaunchSettings.cs index e7e8543..5993dee 100644 --- a/Bloxstrap/LaunchSettings.cs +++ b/Bloxstrap/LaunchSettings.cs @@ -61,7 +61,7 @@ namespace Bloxstrap public LaunchSettings(string[] args) { - const string LOG_IDENT = "LaunchSettings"; + const string LOG_IDENT = "LaunchSettings::LaunchSettings"; #if DEBUG App.Logger.WriteLine(LOG_IDENT, $"Launched with arguments: {string.Join(' ', args)}");