summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-13 00:15:55 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-13 00:15:55 +0000
commit8a663d4cda21c22849c7185690f2e47ff7d0219a (patch)
treee6689e0dcd2239219a39263d23104f7d8d89c20b /src/pulsecore/sink.c
parent1d5e9f0205330207c37203d21ff642946f043bf7 (diff)
a couple of build fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1658 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/sink.c')
-rw-r--r--src/pulsecore/sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index ced80381..cfead9be 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -738,7 +738,7 @@ int pa_sink_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offse
volume_is_norm = pa_cvolume_is_norm(&info->sink_input->thread_info.volume);
- pa_log_debug("Buffering l%u bytes ...", (unsigned long) info->buffer_bytes);
+ pa_log_debug("Buffering %lu bytes ...", (unsigned long) info->buffer_bytes);
while (info->buffer_bytes > 0) {
pa_memchunk memchunk;