瀏覽代碼

clarify log statement

tags/v1.4.7
Jonathan Cobb 4 年之前
父節點
當前提交
76f9ad0cfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/boot/PublicUpgradeMonitorService.java

+ 1
- 1
bubble-server/src/main/java/bubble/service/boot/PublicUpgradeMonitorService.java 查看文件

@@ -61,7 +61,7 @@ public class PublicUpgradeMonitorService extends JarUpgradeMonitor {
.setShortVersion(shortVersion)
.setSha256(url2string(shaUrl)));
} else {
log.info("process: latest version ("+fullVersion+") is older than current version ("+currentVersion+"), not setting configuration.sageVersion");
log.info("process: latest version ("+fullVersion+") is not newer than current version ("+currentVersion+"), not setting configuration.sageVersion");
}
} catch (Exception e) {
log.warn("process: error: "+shortError(e));


Loading…
取消
儲存