forked from tTh/FloatImg
better messages
This commit is contained in:
parent
953462eb6e
commit
3604f41a57
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue