Skip to content

Commit 6a786fb

Browse files
Update Lusas_Adapter/CRUD/Create/Loads/Loadcase.cs
Change to warning message. Co-authored-by: Peter Nugent <[email protected]>
1 parent cd198e0 commit 6a786fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lusas_Adapter/CRUD/Create/Loads/Loadcase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ private IFLoadcase CreateLoadcase(Loadcase loadcase)
5454
if (lusasLoadcase.getID() != loadcase.Number)
5555
{
5656
Compute.RecordWarning(
57-
$"A loadcase with the name {loadcase.Name} already exists but the number {lusasLoadcase.getID()} does not match with the loadcase being pushed: {loadcase.Name}, {loadcase.Number}. /n" +
58-
$"Make sure you are using a unique name and number. {lusasLoadcase.getName()} has been used");
57+
$"The loadcase {loadcase.Name} already exists but the number {lusasLoadcase.getID()} does not match with the loadcase being pushed: {loadcase.Name}, {loadcase.Number}. \n" +
58+
$"The loadcase {lusasLoadcase.getName()} has been used.");
5959
};
6060
}
6161
if (d_LusasData.existsLoadset(loadcase.Number))

0 commit comments

Comments
 (0)