Index: /tags/ipp-20110622/Nebulous/bin/neb-repair
===================================================================
--- /tags/ipp-20110622/Nebulous/bin/neb-repair	(revision 32549)
+++ /tags/ipp-20110622/Nebulous/bin/neb-repair	(revision 32550)
@@ -128,4 +128,5 @@
 			if ($existance[0] == 1) {
 			    # We can fix this with culls and replications.
+			    print "Attempting to fix this.\n";
 			    print("neb-replicate $key\n");
 			    system("neb-replicate $key");
@@ -135,6 +136,11 @@
 				system("neb-cull --volume $bad_volume $key");
 			    }
+			    else {
+				die "Failed to copy file $valid_file to $f, and subsequent replication also failed!\n";
+			    }
 			}
-			die "Failed to copy file $valid_file to $f!\n";
+			else {
+			    die "Failed to copy file $valid_file to $f!\n";
+			}
 		    }
 		}
