Skip to content

Commit fa04bc8

Browse files
committed
Fix log message
1 parent a79d438 commit fa04bc8

File tree

1 file changed

+1
-1
lines changed
  • agent/src/main/java/com/microsoft/applicationinsights/agent/internal/config/builder

1 file changed

+1
-1
lines changed

agent/src/main/java/com/microsoft/applicationinsights/agent/internal/config/builder/XmlParserUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static Long getLong(Element element, String elementName) {
113113
}
114114
return null;
115115
} catch (Exception e) {
116-
logger.error("Failed to parse attribute '{}' of '{}'", ENABLED_ATTRIBUTE, elementName);
116+
logger.error("Failed to parse value of '{}'", elementName);
117117
}
118118
return null;
119119
}

0 commit comments

Comments
 (0)