diff --git a/polyp/esdcompat.sh.in b/polyp/esdcompat.sh.in index 88ff447f9..32f8d8642 100755 --- a/polyp/esdcompat.sh.in +++ b/polyp/esdcompat.sh.in @@ -80,4 +80,4 @@ EOF shift done -exec "@POLYPAUDIO_BINARY@" -r +exec "@POLYPAUDIO_BINARY@" diff --git a/polyp/protocol-esound.c b/polyp/protocol-esound.c index 293d123a3..690083647 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; }