Skip to content

Commit

Permalink
[MODAUD-174] - Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 10, 2023
1 parent 42fbbad commit a2d8ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Future<RowSet<Row>> save(PieceAuditEvent pieceAuditEvent, String tenantId
String query = format(INSERT_SQL, logTable);

makeSaveCall(promise, query, pieceAuditEvent, tenantId);
LOGGER.info("save:: Saved Piece AuditEvent with tenant id : {}", tenantId);
LOGGER.info("save:: Saved Piece AuditEvent for pieceId={} in tenant id={}", pieceAuditEvent.getPieceId(), tenantId);
return promise.future();
}

Expand Down

0 comments on commit a2d8ae2

Please sign in to comment.