Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jun 13, 2024
1 parent 94f19aa commit d09e849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors/reverseZero.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ReverseZero extends BaseProcessor {
async processEvent() {
const payloads = await this.zeroService.getPayloads();
if (payloads.length == 0) {
const msg = "Nothing to process in xdc-zero, wait for the next event log";
const msg = "Nothing to process in reverse xdc-zero, wait for the next event log";
this.logger.info(msg);
return msg;
}
Expand Down

0 comments on commit d09e849

Please sign in to comment.