Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
add warning to snapshot restoration CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Aug 23, 2016
1 parent 62fb826 commit de8853e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parity/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ impl SnapshotCommand {
let (service, _panic_handler) = try!(self.start_service());

warn!("Snapshot restoration is experimental and the format may be subject to change.");
warn!("On encountering an unexpected error, please ensure that you have a recent snapshot.");

let snapshot = service.snapshot_service();
let reader = PackedReader::new(Path::new(&file))
Expand Down

0 comments on commit de8853e

Please sign in to comment.