Skip to content

Commit

Permalink
Remove confusing message (Azure#42103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Oct 1, 2024
1 parent ac43161 commit ae05501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private static boolean hasCausedByOfType(Throwable throwable, Class<?> type) {
}

private static String getFriendlyExceptionBanner(String url) {
return "Application Insights Java failed to connect to " + url;
return "Failed to connect to " + url;
}

private static String populateFriendlyMessage(String description, String action, String banner, String note) {
Expand Down

0 comments on commit ae05501

Please sign in to comment.