From 8663653a6892541d3baed1413aed44b1a5ba18a3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 30 Jan 2012 03:44:35 +0000 Subject: post version message using verbose(0) svn path=/trunk/externals/pdogg/; revision=15918 --- oggcast~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oggcast~.c') diff --git a/oggcast~.c b/oggcast~.c index ebd21a1..58118d4 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 */ - post(oggcast_version); + verbose(0, 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