Pārlūkot izejas kodu

Add debug message

tags/v0.9.3
Michael Brown 17 gadus atpakaļ
vecāks
revīzija
eba3609e7f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/core/image.c

+ 1
- 0
src/core/image.c Parādīt failu

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;

Notiek ielāde…
Atcelt
Saglabāt