Skip to content

Commit f1ae421

Browse files
Jack251970Copilot
andauthored
Update code comments
Co-authored-by: Copilot <[email protected]>
1 parent 99b7bda commit f1ae421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ await API.StopwatchLogInfoAsync(ClassName, "Startup cost", async () =>
198198
// Clean up after portability updates
199199
Ioc.Default.GetRequiredService<Portable>().PreStartCleanUpAfterPortabilityUpdate();
200200

201-
// Initialize logger after data path initialization during portable clean up
201+
// Initialize logger after data path initialization during portable clean up to ensure correct log directory path is used
202202
Log.SetLogLevel(_settings.LogLevel);
203203

204204
API.LogInfo(ClassName, "Begin Flow Launcher startup ----------------------------------------------------");

0 commit comments

Comments
 (0)