mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Add debug message
This commit is contained in:
parent
5162f30028
commit
eba3609e7f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user