From 69cb36b84c47dbc758ab5a6039d044dd63aa9a7d Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 9 May 2021 23:30:58 +0200 Subject: [PATCH] better message --- Fonderie/filterstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonderie/filterstack.c b/Fonderie/filterstack.c index 37c3428..3e93c7c 100644 --- a/Fonderie/filterstack.c +++ b/Fonderie/filterstack.c @@ -118,7 +118,7 @@ for (idx=0; idx 1) - fprintf(stderr, "stack %d pass %d : effect %2d on %p\n", + fprintf(stderr, "stack %d idx %d : effect %2d on %p\n", numid, idx, eff, target); foo = crapulator(target, eff, fv);