]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
improved one diagnostic message in Mac MIDI device searching
authorc vw <dl1ycf@darc.de>
Wed, 4 Nov 2020 17:02:07 +0000 (18:02 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 4 Nov 2020 17:02:07 +0000 (18:02 +0100)
mac_midi.c

index 40a983719d352bc16d0e052a7546be99ebe2ac71..0a187e809fdc77881e7bf0f140dba0996a5944b4 100644 (file)
@@ -168,7 +168,7 @@ void register_midi_device(char *myname) {
                FoundMIDIref=i;
                fprintf(stderr,"MIDI: registering device >%s<\n", name);
            } else {
-               fprintf(stderr,"MIDI: looking for >%s< so %s does not match\n", myname,name);
+               fprintf(stderr,"MIDI: looking for >%s< so >%s< does not match\n", myname,name);
            }
        }
     }