better messages

This commit is contained in:
tTh
2024-03-31 00:15:47 +01:00
parent 346ea08aba
commit fe3bc9d64c
3 changed files with 7 additions and 2 deletions

View File

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