better messages
This commit is contained in:
@@ -84,6 +84,10 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
|
||||
else {
|
||||
foo = fimg_load_from_dump(fname, &image);
|
||||
}
|
||||
if (verbosity > 1) {
|
||||
fprintf(stderr, "%s: image '%s' loaded in %p\n",
|
||||
__func__, fname, &image);
|
||||
}
|
||||
if (foo) {
|
||||
fprintf(stderr, "get image -> %d\n", foo);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user