Skip to content

Commit 6d39beb

Browse files
committed
🔈 Improve logging message
1 parent 476099f commit 6d39beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/spdx/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private Configuration() {
4848
// This is to preserve backwards compatibility with version 1.1.7 of the library and earlier
4949
tmpProperties = loadProperties(DEPRECATED_CONFIGURATION_PROPERTIES_FILENAME);
5050
if (tmpProperties != null) {
51-
logger.warn("You are using a deprecated property filename ('" + DEPRECATED_CONFIGURATION_PROPERTIES_FILENAME + "'). Please consider migrating to the new name ('" + CONFIGURATION_PROPERTIES_FILENAME + "').");
51+
logger.warn("You are using a deprecated configuration properties filename ('" + DEPRECATED_CONFIGURATION_PROPERTIES_FILENAME + "'). Please consider migrating to the new name ('" + CONFIGURATION_PROPERTIES_FILENAME + "').");
5252
}
5353
}
5454
properties = tmpProperties;

0 commit comments

Comments
 (0)