Skip to content

Commit

Permalink
chore(model): Use the logger extension property
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 10, 2023
1 parent ca9d4e1 commit 2db3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/utils/ConfigurationResolver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object ConfigurationResolver {

packageCurations[id] = applicableCurations

logger().info { "Getting ${curations.size} package curation(s) from provider '$id' took $duration." }
logger.info { "Getting ${curations.size} package curation(s) from provider '$id' took $duration." }
}

return packageCurations.map { (providerId, curations) ->
Expand Down

0 comments on commit 2db3141

Please sign in to comment.