Skip to content

Commit

Permalink
Update eror message
Browse files Browse the repository at this point in the history
Co-authored-by: Luboš Račanský <[email protected]>
  • Loading branch information
romanstrobl and banterCZ authored Nov 15, 2024
1 parent b5c02af commit 0128dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public OperationUserActionResponse attemptApproveOperation(OperationApproveReque

final String expectedUserId = operationEntity.getUserId();
if (expectedUserId == null) {
logger.warn("Operation cannot be approved, because user ID is not set: {}.", operationId);
logger.warn("Operation ID: {} cannot be approved, because user ID is not set.", operationId);
throw localizationProvider.buildExceptionForCode(ServiceError.OPERATION_APPROVE_FAILURE);
}

Expand Down

0 comments on commit 0128dbe

Please sign in to comment.