Skip to content

Commit

Permalink
Log invalid installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Sep 5, 2024
1 parent 5266dfc commit 13025a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/ficsitcli/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ func (f *ficsitCLI) initLocalInstallationsMetadata() error {

f.installFindErrors = findErrors

for _, findErr := range findErrors {
slog.Info("failed to find installations", slog.Any("error", findErr))
}

fallbackProfile := f.GetFallbackProfile()

createdNewInstalls := false
Expand Down

0 comments on commit 13025a3

Please sign in to comment.