diff options
Diffstat (limited to 'scratcher~.c')
-rw-r--r-- | scratcher~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scratcher~.c b/scratcher~.c index 81d7868..a847071 100644 --- a/scratcher~.c +++ b/scratcher~.c @@ -805,7 +805,7 @@ static void *scratcher_new(t_symbol *s, int argc, t_atom *argv) void scratcher_tilde_setup(void) { - verbose(0, scratcher_version); + logpost(NULL, 4, scratcher_version); scratcher_class = class_new(gensym("scratcher~"), (t_newmethod)scratcher_new, (t_method)scratcher_free, sizeof(t_scratcher), 0, A_GIMME, 0); |