ソースを参照

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));


読み込み中…
キャンセル
保存