diff --git a/flow-server/src/main/java/com/vaadin/flow/server/Platform.java b/flow-server/src/main/java/com/vaadin/flow/server/Platform.java index 769862237ec..441077e6338 100644 --- a/flow-server/src/main/java/com/vaadin/flow/server/Platform.java +++ b/flow-server/src/main/java/com/vaadin/flow/server/Platform.java @@ -49,7 +49,7 @@ public static Optional getVaadinVersion() { versionErrorLogged = true; LoggerFactory.getLogger(Platform.class) .info("Unable to determine version information. " - + "No vaadin_versions.json found"); + + "No vaadin-core-versions.json found"); } } } catch (Exception e) {