Skip to content

Commit

Permalink
chore: change log copy
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha committed Dec 4, 2023
1 parent 8d568c7 commit c3e5031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default class SymonClient {

this.sendStatus({ isOnline: true })
.then(() => {
log.info('[Symon] Send status')
log.info('[Symon] Send status succeed')
})
.catch((error) => {
log.error(`[Symon] Send status failed. ${(error as Error).message}`)
Expand Down

0 comments on commit c3e5031

Please sign in to comment.