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 --- helppath.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helppath.c') diff --git a/helppath.c b/helppath.c index 23ab630..fd0382b 100644 --- a/helppath.c +++ b/helppath.c @@ -128,9 +128,9 @@ void helppath_setup(void) class_addmethod(helppath_class,(t_method) helppath_add,gensym("add"), A_DEFSYMBOL, 0); - verbose(0, "[helppath] %s", version); - verbose(0, "\tcompiled on "__DATE__" at "__TIME__ " "); - verbose(0, "\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, + logpost(NULL, 4, "[helppath] %s", version); + logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); + logpost(NULL, 4, "\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, PD_MINOR_VERSION, PD_BUGFIX_VERSION); } -- cgit v1.2.1