Skip to content

Commit

Permalink
Merge remote-tracking branch 'neo4j/3.4' into 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phughk committed Jul 25, 2018
2 parents ead7c09 + fb6ac2c commit 5868dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public void replaceWithStoreFrom( CatchupAddressProvider addressProvider, StoreI
copiedStoreRecovery.recoverCopiedStore( tempStore.storeDir() );
localDatabase.replaceWith( tempStore.databaseDirectory() );
}
log.info( "Replaced store with one downloaded from %s", addressProvider );
log.info( "Replaced store successfully" );
}
}

0 comments on commit 5868dec

Please sign in to comment.