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 --- split_path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'split_path.c') diff --git a/split_path.c b/split_path.c index 1f5b960..5a86269 100644 --- a/split_path.c +++ b/split_path.c @@ -66,8 +66,8 @@ void split_path_setup(void) split_path_class = class_new(gensym("split_path"), (t_newmethod)split_path_new, 0, sizeof(t_split_path), 0,0); class_addsymbol(split_path_class,split_path_symbol); - verbose(0, "[split_path] %s",version); - verbose(0, "\twritten by Hans-Christoph Steiner "); + logpost(NULL, 4, "[split_path] %s",version); + logpost(NULL, 4, "\twritten by Hans-Christoph Steiner "); } -- cgit v1.2.1