summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-esound.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-21 18:43:01 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-21 18:43:01 +0000
commitdf953a11c98d6b8213aa66c6433340d9bb7927f3 (patch)
tree82c8b6b274bea89c82929a0140f4e6142efc6066 /polyp/protocol-esound.c
parent766841870a1b1c54398ab168f005393ac76684a7 (diff)
show which command is unknown in esound protocol
fix esdcompat.sh git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@229 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/protocol-esound.c')
-rw-r--r--polyp/protocol-esound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/protocol-esound.c b/polyp/protocol-esound.c
index 293d123a..69008364 100644
--- a/polyp/protocol-esound.c
+++ b/polyp/protocol-esound.c
@@ -689,7 +689,7 @@ static int do_read(struct connection *c) {
handler = proto_map+c->request;
if (!handler->proc) {
- pa_log(__FILE__": recieved unimplemented request.\n");
+ pa_log(__FILE__": recieved unimplemented request #%u.\n", c->request);
return -1;
}