Skip to content

Commit eb5c62a

Browse files
committed
refactor
1 parent 8d3014c commit eb5c62a

File tree

1 file changed

+1
-1
lines changed
  • streaming-connect-sink/src/main/java/com/adobe/platform/streaming/sink/impl

1 file changed

+1
-1
lines changed

streaming-connect-sink/src/main/java/com/adobe/platform/streaming/sink/impl/AEPPublisher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void publishData(List<Pair<String, SinkRecord>> messages) throws AEPStrea
109109
if (Objects.nonNull(errorReporter)) {
110110
final int responseCode = messageResponse.get(STATUS_KEY).asInt();
111111
errorReporter.report(failedMessage.getRight(),
112-
new HttpException(String.format("error response= %s", failedMessage), responseCode));
112+
new HttpException(String.format("error response= %s", messageResponse), responseCode));
113113
}
114114
} else {
115115
successMessageCount++;

0 commit comments

Comments
 (0)