Diff between 9fb0e002fa04242b3890faeb1329bee397c51099 and 18cbebbc7252bf92787a57b129b7b6a3122bf2cf

Changed Files

File Additions Deletions Status
profiles/midi/midi.c +2 -2 modified

Full Patch

diff --git a/profiles/midi/midi.c b/profiles/midi/midi.c
index 944887a..2ca8fe8 100644
--- a/profiles/midi/midi.c
+++ b/profiles/midi/midi.c
@@ -322,8 +322,8 @@ static int midi_accept(struct btd_service *service)
 
 	err = snd_seq_client_id(midi->seq_handle);
 	if (err < 0) {
-		error("Could retrieve ALSA client: %s (%d)", snd_strerror(err),
-			err);
+		error("Could not retrieve ALSA client: %s (%d)",
+			snd_strerror(err), err);
 		goto _err_handle;
 	}
 	midi->seq_client_id = err;