Skip to content

Commit

Permalink
chore: update log message after versions.json separation (#14083)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b86801)
  • Loading branch information
ZheSun88 authored and taefi committed Jun 28, 2022
1 parent 913e166 commit e7528d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static Optional<String> 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) {
Expand Down

0 comments on commit e7528d2

Please sign in to comment.