diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.extensions/src/main/java/org/wso2/carbon/device/mgt/extensions/license/mgt/registry/RegistryBasedLicenseManager.java b/components/device-mgt/org.wso2.carbon.device.mgt.extensions/src/main/java/org/wso2/carbon/device/mgt/extensions/license/mgt/registry/RegistryBasedLicenseManager.java index 60528675b4..5ce52408b3 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.extensions/src/main/java/org/wso2/carbon/device/mgt/extensions/license/mgt/registry/RegistryBasedLicenseManager.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.extensions/src/main/java/org/wso2/carbon/device/mgt/extensions/license/mgt/registry/RegistryBasedLicenseManager.java @@ -69,7 +69,7 @@ public class RegistryBasedLicenseManager implements LicenseManager { GenericArtifact artifact = this.getGenericArtifact(deviceType, languageCode); if (artifact == null) { if (log.isDebugEnabled()) { - log.debug("Generic artifact is null for '" + deviceType + "' device type, Hence license does not " + + log.debug("Generic artifact is null for '" + deviceType + "' device type. Hence license does not " + "have content"); } return null;