aboutsummaryrefslogtreecommitdiff
path: root/oggcast~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-26 04:51:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-26 04:51:34 +0000
commit50ee50db1dba9106d4790c73f646af5f1cdbba68 (patch)
treea18accf1d35cc2e8c8b820bb6365ed817f43ecb8 /oggcast~.c
parentfc167ea3312f72044f096c2f6ef373028532d219 (diff)
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
Diffstat (limited to 'oggcast~.c')
-rw-r--r--oggcast~.c2
1 files changed, 1 insertions, 1 deletions
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);