mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
766841870a
commit
df953a11c9
2 changed files with 2 additions and 2 deletions
|
|
@ -80,4 +80,4 @@ EOF
|
|||
shift
|
||||
done
|
||||
|
||||
exec "@POLYPAUDIO_BINARY@" -r
|
||||
exec "@POLYPAUDIO_BINARY@"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue