Sfoglia il codice sorgente

Add debug message

tags/v0.9.3
Michael Brown 17 anni fa
parent
commit
eba3609e7f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/core/image.c

+ 1
- 0
src/core/image.c Vedi File

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

Loading…
Annulla
Salva