Skip to content

Commit 813be4a

Browse files
committed
Merge branch 'squirrel_upgrade' of https://github.com/Flow-Launcher/Flow.Launcher into squirrel_upgrade
2 parents df1a272 + f1ae421 commit 813be4a

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)