PERFORCE change 78836 for review

Peter Wemm peter at FreeBSD.org
Thu Jun 23 00:07:55 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=78836

Change 78836 by peter at peter_melody on 2005/06/23 00:07:34

	Partition too small is far more informative than
	** DUMP FAILED (ERROR 28) **

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/dump_machdep.c#16 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/dump_machdep.c#16 (text+ko) ====

@@ -378,6 +378,8 @@
 
 	if (error == ECANCELED)
 		printf("\nDump aborted\n");
+	else if (error == ENOSPC)
+		printf("\nDump failed. Partition too small.\n");
 	else
 		printf("\n** DUMP FAILED (ERROR %d) **\n", error);
 }


More information about the p4-projects mailing list