better messages

This commit is contained in:
tTh 2024-03-27 12:19:41 +01:00
parent 953462eb6e
commit 3604f41a57
2 changed files with 4 additions and 4 deletions

View File

@ -54,12 +54,12 @@ char *filename;
IdxValue *idxvalues;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %p %d )\n", __func__, ptr_glob,
ptr_idxval, method);
fprintf(stderr, ">>> %s ( %p %p %d %p)\n", __func__, ptr_glob,
ptr_idxval, method, average);
#endif
if (0==method && verbosity) {
fprintf(stderr, "\tWTF? in %s, method was ZERO?\n", __func__);
fprintf(stderr, "\tWTF? in %s, sort method was ZERO?\n", __func__);
}
nombre = ptr_glob->gl_pathc;

View File

@ -94,7 +94,7 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
image.width, image.height);
}
fprintf(stderr, " %6ld %s\r", (long)globbuf.gl_pathc-idx, fname);
// fprintf(stderr, " %6ld %s\r", (long)globbuf.gl_pathc-idx, fname);
foo = filterstack_run(fchain, &image, 0);
if (foo) {