Selaa lähdekoodia

Add debug message

tags/v0.9.3
Michael Brown 19 vuotta sitten
vanhempi
commit
eba3609e7f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/core/image.c

+ 1
- 0
src/core/image.c Näytä tiedosto

136
 	int rc;
136
 	int rc;
137
 
137
 
138
 	for ( type = image_types ; type < image_types_end ; type++ ) {
138
 	for ( type = image_types ; type < image_types_end ; type++ ) {
139
+		DBGC ( image, "IMAGE %p trying type %s\n", image, type->name );
139
 		rc = type->load ( image );
140
 		rc = type->load ( image );
140
 		if ( image->type == NULL )
141
 		if ( image->type == NULL )
141
 			continue;
142
 			continue;

Loading…
Peruuta
Tallenna