update log ident

This commit is contained in:
bluepilledgreat 2025-03-15 17:46:31 +00:00
parent d244f42b49
commit fe8643a2d7

View File

@ -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)}");