Skip to content

Commit

Permalink
fixing message for writing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryGeorgist committed Sep 14, 2022
1 parent 3262c3b commit b214177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/usace/wat/plugin/Utilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ public static Boolean CopyPayloadInputsLocally(ModelPayload payload, String loca
try {
String path = localroot + input.getFileName();
Message message = Message.BuildMessage()
.withMessage("writing locally: " + e.getMessage())
.withErrorLevel(Level.ERROR)
.withMessage("writing locally: " + path)
.withErrorLevel(Level.INFO)
.fromSender("Plugin Services")
.build();
Log(message);
Expand Down

0 comments on commit b214177

Please # to comment.