alterNERDtive-base: added active profile list logging to startup context

This commit is contained in:
alterNERDtive 2020-12-07 20:38:49 +01:00
parent d15fae9197
commit cd4390c9ef

View file

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