소스 검색

Add debug message

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
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;

Loading…
취소
저장