Changeset 32392 for trunk/Nebulous-Server
- Timestamp:
- Sep 9, 2011, 5:16:15 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-insedit (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-insedit
r32380 r32392 108 108 my $N_md5sums = scalar(keys %md5sum_uniq); 109 109 if ($N_md5sums != 1) { 110 die "Cannot modify this instance! storage_object in inconsistent state!"; 111 } 110 die "Cannot modify this instance! storage_object $key in inconsistent state!"; 111 } 112 if ($#files < 1) { 113 die "Insufficient instances! $key!"; 112 114 my $test_md5sum = $md5sums[0]; 113 115 … … 124 126 125 127 if ($new_md5sum ne $test_md5sum) { 126 die "md5sum mismatch with new copy. Exiting!";128 die "md5sum mismatch with new copy. $destination_file ($new_md5sum) != $source_file ($test_md5sum) Exiting!"; 127 129 } 128 130
Note:
See TracChangeset
for help on using the changeset viewer.
