Skip to content

Commit cc05d94

Browse files
committed
Printing the smart-data-model path
1 parent 71488fa commit cc05d94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/computate/frFR/java/EcrireGenClasse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6358,6 +6358,7 @@ public void ecrireClasseCommentaire(JsonObject langueConfig, String siteNom, Str
63586358
try {
63596359
if(classeSmartDataModel != null && !classeFiware) {
63606360
File smartDataModelSpecFile = new File(siteChemin, String.format("../smart-data-models/%s/dataModel.%s/%s/model.yaml", classeSmartDataDomain.replace(" ", ""), classeSmartDataSubModule, classeSmartDataModel));
6361+
LOG.info(String.format("Loading smart data model at %s", smartDataModelSpecFile.getAbsolutePath()));
63616362
if(smartDataModelSpecFile.exists()) {
63626363
ToutEcrivain wSmartDataModel = ToutEcrivain.create();
63636364
Yaml yaml = new Yaml();

0 commit comments

Comments
 (0)