From 02492105462a34bde7b607802873cd52d1e3a1f4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 26 Feb 2012 04:51:34 +0000 Subject: replace verbose() with logpost() since verbose() adds extraneous carraige returns to messages that have been filtered out by the log level svn path=/trunk/externals/unauthorized/; revision=16033 --- beatify~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beatify~.c') diff --git a/beatify~.c b/beatify~.c index 8b2f36a..5c689a5 100644 --- a/beatify~.c +++ b/beatify~.c @@ -171,7 +171,7 @@ static void beatify_dsp(t_beatify *x, t_signal **sp) void beatify_tilde_setup(void) { - verbose(0, beatify_version ); + logpost(NULL, 4, beatify_version ); beatify_class = class_new(gensym("beatify~"), (t_newmethod)beatify_new, 0, sizeof(t_beatify), 0, 0); CLASS_MAINSIGNALIN( beatify_class, t_beatify, x_f ); -- cgit v1.2.1