Skip to content

Commit c6b1c23

Browse files
committed
lp-284 : update error message
1 parent 060ed8b commit c6b1c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/uk/gov/companieshouse/limitedpartnershipsapi/controller/PartnershipController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public ResponseEntity<Object> updatePartnership(
9393

9494
return new ResponseEntity<>(HttpStatus.OK);
9595
} catch (JsonProcessingException | ServiceException e) {
96-
ApiLogger.errorContext(requestId, "Error creating Limited Partnership submission", e, logMap);
96+
ApiLogger.errorContext(requestId, "Error updating Limited Partnership submission", e, logMap);
9797
return new ResponseEntity<>(HttpStatus.INTERNAL_SERVER_ERROR);
9898
}
9999
}

0 commit comments

Comments
 (0)