From: Steinar H. Gunderson Date: Sun, 25 Oct 2015 10:39:49 +0000 (+0100) Subject: Fix an error message. X-Git-Tag: 0.4~49 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9e4f6c2d5a6a3a699e2606643f95e886835fa432;p=bmusb Fix an error message. --- diff --git a/bmusb.cpp b/bmusb.cpp index e55d85d..6157a3b 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -732,7 +732,7 @@ void BMUSBCapture::configure_card() } rc = libusb_set_interface_alt_setting(devh, /*interface=*/0, /*alternate_setting=*/2); if (rc < 0) { - fprintf(stderr, "Error setting alternate 1: %s\n", libusb_error_name(rc)); + fprintf(stderr, "Error setting alternate 2: %s\n", libusb_error_name(rc)); exit(1); } #if 0