Skip to content

Commit

Permalink
logs order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddik Yengui committed Nov 9, 2023
1 parent 0ff9855 commit 7ac6a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private void applyFormulaOnFilterEquipments(Network network,

formulaReports.add(Report.builder()
.withKey("byFormulaModificationFormulaFilter_" + formulaReports.size())
.withDefaultMessage(String.format(" successful application of new modification by formula on filter %s",
.withDefaultMessage(String.format("Successful application of new modification by formula on filter %s",
filterInfos.getName()))
.withSeverity(TypedValue.INFO_SEVERITY)
.build());
Expand Down

0 comments on commit 7ac6a14

Please sign in to comment.