From 92797a064b956441789f682d3f58ac22d3db79e3 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/hcs/; revision=16033 --- stat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stat.c') diff --git a/stat.c b/stat.c index 811de38..cd63dab 100644 --- a/stat.c +++ b/stat.c @@ -297,8 +297,8 @@ void stat_setup(void) /* add inlet message methods */ class_addmethod(stat_class,(t_method) stat_set,gensym("set"), A_DEFSYM, 0); - verbose(0, "[stat] %s",version); - verbose(0, "\twritten by Hans-Christoph Steiner "); - verbose(0, "\tcompiled on "__DATE__" at "__TIME__ " "); + logpost(NULL, 4, "[stat] %s",version); + logpost(NULL, 4, "\twritten by Hans-Christoph Steiner "); + logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); } -- cgit v1.2.1