From 50ee50db1dba9106d4790c73f646af5f1cdbba68 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/pdogg/; revision=16033 --- oggcast~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oggcast~.c') diff --git a/oggcast~.c b/oggcast~.c index 58118d4..91545ca 100644 --- a/oggcast~.c +++ b/oggcast~.c @@ -1070,7 +1070,7 @@ static void *oggcast_new(t_floatarg fnchannels, t_floatarg fbufsize) x->x_mountpoint = "puredata.ogg"; x->x_servertype = 1; /* HTTP/1.0 protocol for Icecast2 */ - verbose(0, oggcast_version); + logpost(NULL, 4, oggcast_version); post("oggcast~: set buffer to %dk bytes", bufsize / 1024); post("oggcast~: encoding %d channels @ %d Hz", x->x_channels, x->x_samplerate); -- cgit v1.2.1