Procházet zdrojové kódy

clarify log statement

tags/v1.4.7
Jonathan Cobb před 4 roky
rodič
revize
76f9ad0cfb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit