diff options
Diffstat (limited to 'scrolllist.c')
-rw-r--r-- | scrolllist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrolllist.c b/scrolllist.c index e10846b..1a9d1be 100644 --- a/scrolllist.c +++ b/scrolllist.c @@ -1000,7 +1000,7 @@ static void scrolllist_free(t_scrolllist *x) void scrolllist_setup(void) { - verbose(0, scrolllist_version ); + logpost(NULL, 4, scrolllist_version ); scrolllist_class = class_new(gensym("scrolllist"), (t_newmethod)scrolllist_new, (t_method)scrolllist_free, sizeof(t_scrolllist), CLASS_DEFAULT, A_GIMME, 0); |