From: DL1YCF Date: Sat, 7 Nov 2020 10:55:16 +0000 (+0100) Subject: alsa_midi.c: Put reported device strings into "fences" X-Git-Url: https://git.rkrishnan.org/simplejson/components/-?a=commitdiff_plain;h=c05136523179b20cd92dabe8326221baea668484;p=pihpsdr.git alsa_midi.c: Put reported device strings into "fences" --- diff --git a/alsa_midi.c b/alsa_midi.c index 88395fe..bf12420 100644 --- a/alsa_midi.c +++ b/alsa_midi.c @@ -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; }