show which command is unknown in esound protocol
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Sep 2004 18:43:01 +0000 (18:43 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Sep 2004 18:43:01 +0000 (18:43 +0000)
fix esdcompat.sh

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@229 fefdeb5f-60dc-0310-8127-8f9354f1896f

polyp/esdcompat.sh.in
polyp/protocol-esound.c

index 88ff447..32f8d86 100755 (executable)
@@ -80,4 +80,4 @@ EOF
     shift
 done
 
-exec "@POLYPAUDIO_BINARY@" -r
+exec "@POLYPAUDIO_BINARY@"
index 293d123..6900836 100644 (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;
             }