RED-1098: Corrected typo in log-message
This commit is contained in:
parent
78ae62955d
commit
8435da351c
@ -78,7 +78,7 @@ public class DownloadPreparationService {
|
||||
.fileIds(downloadStatus.getFiles().stream().map(FileEntity::getId).collect(Collectors.toList()))
|
||||
.build();
|
||||
|
||||
log.info("Sending redaction request for downloadId:{} to pdfton-redaction-queue", message.getDownloadId());
|
||||
log.info("Sending redaction request for downloadId:{} to pdftron-redaction-queue", message.getDownloadId());
|
||||
rabbitTemplate.convertAndSend(MessagingConfiguration.PDFTRON_QUEUE, objectMapper.writeValueAsString(message));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user