Skip to content

Commit 1879473

Browse files
committed
Reformat debug log
1 parent 820ba3c commit 1879473

File tree

1 file changed

+1
-2
lines changed
  • financial-services-accelerator/components/org.wso2.financial.services.accelerator.identity.extensions/src/main/java/org/wso2/financial/services/accelerator/identity/extensions/util

1 file changed

+1
-2
lines changed

financial-services-accelerator/components/org.wso2.financial.services.accelerator.identity.extensions/src/main/java/org/wso2/financial/services/accelerator/identity/extensions/util/IdentityCommonUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ public static boolean isRegulatoryApp(String clientId) throws FinancialServicesE
379379
return Boolean.parseBoolean(regulatoryProperty.toString());
380380
} else {
381381
if (log.isDebugEnabled()) {
382-
log.debug("Regulatory property not found in service provider metadata for clientId: "
383-
+ clientId + ". Hence treating it as a non-regulatory application.");
382+
log.debug("Regulatory property missing. Treating as non-regulatory application.");
384383
}
385384
return false;
386385
}

0 commit comments

Comments
 (0)