Skip to content

Commit

Permalink
Update repository.go
Browse files Browse the repository at this point in the history
  • Loading branch information
coignetp authored Oct 10, 2024
1 parent aa215fe commit e867822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/remoteconfig/state/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func (r *Repository) CurrentState() (RepositoryState, error) {
cached = append(cached, cachedFileFromMetadata(path.(string), metadata))
} else {
// Log the error but continue processing the rest of the configs
log.Printf("Failed to convert metadata for %s", path)
log.Warnf("Failed to convert metadata for %s", path)

Check failure on line 345 in pkg/remoteconfig/state/repository.go

View workflow job for this annotation

GitHub Actions / CodeQL-Build (javascript)

undefined: log.Warnf

Check failure on line 345 in pkg/remoteconfig/state/repository.go

View workflow job for this annotation

GitHub Actions / CodeQL-Build (python)

undefined: log.Warnf

Check failure on line 345 in pkg/remoteconfig/state/repository.go

View workflow job for this annotation

GitHub Actions / CodeQL-Build (cpp)

undefined: log.Warnf
}
return true
})
Expand Down

0 comments on commit e867822

Please sign in to comment.