Skip to content

Commit

Permalink
Changed migration msg
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
  • Loading branch information
lucassaldanha committed Feb 4, 2020
1 parent 5111882 commit aa0f1a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public void runMigrationIfRequired() {

if (schemaVersion == SCHEMA_VERSION_1_0_x && !migrationFlag) {
final String message =
"Private database metadata requires migration. Please enable `privacy-enable-database-migration` option when starting the node. For more information check the 1.4 changelog.";
"Private database metadata requires migration. For more information check the 1.4 changelog.";
LOG.warn(message);
throw new PrivateStorageMigrationException(message);
}
Expand Down

0 comments on commit aa0f1a6

Please sign in to comment.