alterNERDtive-base: added active profile list logging to startup
context
This commit is contained in:
parent
d15fae9197
commit
cd4390c9ef
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ namespace alterNERDtive
|
|||
{
|
||||
Log.Notice("Starting up …");
|
||||
CheckProfiles(VA);
|
||||
Log.Notice($"Active profiles: {string.Join(", ", ActiveProfiles)}");
|
||||
Commands.TriggerEventAll(ActiveProfiles, "startup", logMissing: true);
|
||||
Log.Notice("Finished startup.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue