Skip to content

Commit

Permalink
chore(GitLabLicenseModelMapper): Slightly improve a log message
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 6, 2023
1 parent e50958d commit ca8988b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ private fun Identifier.toPackageManagerName(): String =
"PIP" -> "pip"
"Yarn" -> "yarn"
else -> type.lowercase().also {
logger.info { "No mapping defined for package manager '$type', guessing '$it'." }
logger.info { "No GitLab mapping defined for package manager '$type', guessing '$it'." }
}
}

0 comments on commit ca8988b

Please sign in to comment.