Skip to content

[typo] Fix misspelling "sucess" in HeraBaseInfoServiceImpl delete log #677

Description

@sadadw1

What happened?

In ozhera-monitor/ozhera-monitor-service/.../HeraBaseInfoServiceImpl.java (around line 204), the log message uses the misspelling sucess:

log.info("del HeraAppRole AppById sucess!dataId:{}", id);

It should be success.

Impact

This is only a log text typo and does not affect any business logic, but it is misleading when grepping/reading logs.

Suggested fix

- log.info("del HeraAppRole AppById sucess!dataId:{}", id);
+ log.info("del HeraAppRole AppById success!dataId:{}", id);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions