浏览代码

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;

正在加载...
取消
保存