summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-esound.c
diff options
context:
space:
mode:
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;
}