Skip to content

Commit 2db3141

Browse files
committed
chore(model): Use the logger extension property
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent ca9d4e1 commit 2db3141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/utils/ConfigurationResolver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ object ConfigurationResolver {
7878

7979
packageCurations[id] = applicableCurations
8080

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

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

0 commit comments

Comments
 (0)