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
This commit is contained in:
Lennart Poettering 2004-09-21 18:43:01 +00:00
parent 766841870a
commit df953a11c9
2 changed files with 2 additions and 2 deletions

View file

@ -80,4 +80,4 @@ EOF
shift
done
exec "@POLYPAUDIO_BINARY@" -r
exec "@POLYPAUDIO_BINARY@"

View file

@ -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;
}