From: c vw Date: Wed, 4 Nov 2020 17:02:07 +0000 (+0100) Subject: improved one diagnostic message in Mac MIDI device searching X-Git-Url: https://git.rkrishnan.org/simplejson/components/-?a=commitdiff_plain;h=375d05755c4913889791bd6f24b9506c261d554f;p=pihpsdr.git improved one diagnostic message in Mac MIDI device searching --- diff --git a/mac_midi.c b/mac_midi.c index 40a9837..0a187e8 100644 --- a/mac_midi.c +++ b/mac_midi.c @@ -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); } } }