Skip to content

Commit de162dd

Browse files
committed
Rephrase an exception's message
1 parent c953ee0 commit de162dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/microsoft/applicationinsights/internal/perfcounter/ProcessPerformanceCountersModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ public void addConfigurationData(PerformanceCountersXmlElement configuration) {
7171
return;
7272
}
7373

74-
throw new IllegalStateException("Custom Performance Counter metrics is not enabled in Java 3.0 Agent.");
74+
throw new IllegalStateException("Custom performance counter metrics have been disabled for Java 3.0+ Agent.");
7575
}
7676
}

0 commit comments

Comments
 (0)