Skip to content

Commit

Permalink
HHH-13864 Cosmetic change of format when reporting version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Feb 13, 2020
1 parent 2f2d30e commit 760386d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hibernate-core/src/main/java/org/hibernate/Version.java
Expand Up @@ -52,6 +52,6 @@ public static void logVersion() {
*/
@AllowSysOut
public static void main(String[] args) {
System.out.println( "Hibernate Core {" + getVersionString() + "}" );
System.out.println( "Hibernate ORM core version " + getVersionString() );
}
}
Expand Up @@ -1441,7 +1441,7 @@ void usingUuidHexGenerator(
void validatorNotFound();

@LogMessage(level = INFO)
@Message(value = "Hibernate Core {%s}", id = 412)
@Message(value = "Hibernate ORM core version %s", id = 412)
void version(String versionString);

@LogMessage(level = WARN)
Expand Down

0 comments on commit 760386d

Please sign in to comment.