Michael Brown 17 лет назад
Родитель
Сommit
eba3609e7f
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/core/image.c

+ 1
- 0
src/core/image.c Просмотреть файл

@@ -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;

Загрузка…
Отмена
Сохранить