This is an automated email from the ASF dual-hosted git repository.

wtt40122 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git


The following commit(s) were added to refs/heads/master by this push:
     new bfcec8e2 fix: correct typo "sucess" to "success" in 
HeraBaseInfoServiceImpl delete log (#678)
bfcec8e2 is described below

commit bfcec8e2a0c585f1ecf4af9c58064646afa5a167
Author: EricDing <[email protected]>
AuthorDate: Wed Aug 26 19:20:56 2026 +0800

    fix: correct typo "sucess" to "success" in HeraBaseInfoServiceImpl delete 
log (#678)
---
 .../org/apache/ozhera/monitor/service/impl/HeraBaseInfoServiceImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/impl/HeraBaseInfoServiceImpl.java
 
b/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/impl/HeraBaseInfoServiceImpl.java
index de5f0eed..5a31dd96 100644
--- 
a/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/impl/HeraBaseInfoServiceImpl.java
+++ 
b/ozhera-monitor/ozhera-monitor-service/src/main/java/org/apache/ozhera/monitor/service/impl/HeraBaseInfoServiceImpl.java
@@ -201,7 +201,7 @@ public class HeraBaseInfoServiceImpl implements 
HeraBaseInfoService {
             for (HeraAppRole roleTmp : roles) {
                 Integer integer1 = heraAppRoleDao.delById(roleTmp.getId());
                 if (integer1.intValue() > 0) {
-                    log.info("del HeraAppRole AppById sucess!dataId:{}", id);
+                    log.info("del HeraAppRole AppById success!dataId:{}", id);
                 } else {
                     log.info("del HeraAppRole AppById fail!dataId:{}", id);
                 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to