From c05136523179b20cd92dabe8326221baea668484 Mon Sep 17 00:00:00 2001 From: DL1YCF Date: Sat, 7 Nov 2020 11:55:16 +0100 Subject: [PATCH] alsa_midi.c: Put reported device strings into "fences" --- alsa_midi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.45.2