david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add debug message

This commit is contained in:
Michael Brown 2007-01-12 08:57:51 +00:00
parent 5162f30028
commit eba3609e7f
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ int image_autoload ( struct image *image ) {
int rc;
for ( type = image_types ; type < image_types_end ; type++ ) {
DBGC ( image, "IMAGE %p trying type %s\n", image, type->name );
rc = type->load ( image );
if ( image->type == NULL )
continue;