From de29cc2f4c877b30f26eeb7c82a55d2298a6de55 Mon Sep 17 00:00:00 2001 From: Nicolas Senave Date: Wed, 7 Feb 2024 15:22:25 +0100 Subject: [PATCH] refactor(resizing): update warning message --- .../out/steps/lunatic/resizing/LunaticAddResizing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eno-core/src/main/java/fr/insee/eno/core/processing/out/steps/lunatic/resizing/LunaticAddResizing.java b/eno-core/src/main/java/fr/insee/eno/core/processing/out/steps/lunatic/resizing/LunaticAddResizing.java index d3459881c..a8812a706 100644 --- a/eno-core/src/main/java/fr/insee/eno/core/processing/out/steps/lunatic/resizing/LunaticAddResizing.java +++ b/eno-core/src/main/java/fr/insee/eno/core/processing/out/steps/lunatic/resizing/LunaticAddResizing.java @@ -84,7 +84,7 @@ private List noDuplicatesControl(List resizingList) { // Note: Lunatic resizing modeling has to be changed so that there wouldn't be any issue here log.warn(String.format( "Variable '%s' is used to define the size of the pairwise links question and other " + - "components (loops or dynamic tables), which is currently forbidden.", + "components (loops or dynamic tables), this may cause problems.", pairwiseResizingEntry.get().getName())); } result.add(pairwiseResizingEntry.get());