diff --git a/core/installers.go b/core/installers.go index 37b5e66b..61acdcb4 100644 --- a/core/installers.go +++ b/core/installers.go @@ -211,7 +211,7 @@ func getIde(productCode string) *ReleaseDownloadInfo { res, ok := (*release.Downloads)[downloadType] if !ok { - platform.ErrorMessage("Error while obtaining the release for platform type: ", downloadType) + platform.ErrorMessage("%s %s (%s) is not available or not supported for the current platform", productCode, *release.Version, dist) return nil }