diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-01-30 03:44:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-01-30 03:44:35 +0000 |
commit | 8663653a6892541d3baed1413aed44b1a5ba18a3 (patch) | |
tree | 9d631e702b6b411c4f5b93a2a64b22768a07e431 /oggamp~.c | |
parent | 64ffc07408cc45f8b44407606f722a4d3f0c4e77 (diff) |
post version message using verbose(0)
svn path=/trunk/externals/pdogg/; revision=15918
Diffstat (limited to 'oggamp~.c')
-rw-r--r-- | oggamp~.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1056,7 +1056,7 @@ static void *oggamp_new(t_floatarg fdographics, t_floatarg fnchannels, t_floatar x->x_graphic = (int)fdographics;
x->x_canvas = canvas_getcurrent();
- post(oggamp_version);
+ verbose(0, oggamp_version);
post("oggamp~: set buffer to %dk bytes", bufsize/1024);
/* start child thread */
|