From e97111ee9c743dbb05f0aeca799594b5c451c66f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 30 Jan 2012 03:38:27 +0000 Subject: post version message using verbose(0) svn path=/trunk/externals/hcs/; revision=15916 --- ce_path.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ce_path.c') diff --git a/ce_path.c b/ce_path.c index 54b0c6b..da69123 100644 --- a/ce_path.c +++ b/ce_path.c @@ -104,8 +104,8 @@ void ce_path_setup(void) class_addmethod(ce_path_class, (t_method) ce_path_rewind, gensym("rewind"), 0); - post("[ce_path] %s", version); - post("\tcompiled on "__DATE__" at "__TIME__ " "); - post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, - PD_MINOR_VERSION, PD_BUGFIX_VERSION); + verbose(0, "[ce_path] %s", version); + verbose(0, "\tcompiled on "__DATE__" at "__TIME__ " "); + verbose(0, "\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, + PD_MINOR_VERSION, PD_BUGFIX_VERSION); } -- cgit v1.2.1