]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
alsa_midi.c: Put reported device strings into "fences"
authorDL1YCF <dl1ycf@darc.de>
Sat, 7 Nov 2020 10:55:16 +0000 (11:55 +0100)
committerDL1YCF <dl1ycf@darc.de>
Sat, 7 Nov 2020 10:55:16 +0000 (11:55 +0100)
alsa_midi.c

index 88395feccae14781c15331a3bf886bcb9278f8eb..bf124202707b0b796d7329070adee56d322931a3 100644 (file)
@@ -220,9 +220,9 @@ void register_midi_device(char *myname) {
                        sprintf(portname,"hw:%d,%d,%d", card, device, sub);
                        devnam=subnam;
                    }
-                   fprintf(stderr,"MIDI device %s selected (PortName=%s)\n", devnam, portname);
+                   fprintf(stderr,"MIDI device >%s< selected (PortName=>%s<)\n", devnam, portname);
                } else {
-                    fprintf(stderr,"MIDI device %s not matching %s\n", devnam, myname);
+                    fprintf(stderr,"MIDI device >%s< not matching >%s<\n", devnam, myname);
                }
                 if (found) break;
            }