diff options
Diffstat (limited to 'wahwah~.c')
-rw-r--r-- | wahwah~.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ static void *wahwah_new(void) void wahwah_tilde_setup(void) { - verbose(0, wahwah_version ); + logpost(NULL, 4, wahwah_version ); wahwah_class = class_new(gensym("wahwah~"), (t_newmethod)wahwah_new, (t_method)wahwah_free, sizeof(t_wahwah), 0, 0); |