]> git.sesse.net Git - nageru/commitdiff
Fix a stray debugging printf.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 19 Feb 2018 16:48:52 +0000 (17:48 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 19 Feb 2018 16:48:52 +0000 (17:48 +0100)
alsa_pool.cpp

index 1c9c4d389a46fc5246a4693439fd9f09b77bfdfb..59ae595f029f8ba6cfef0d7aff12f88a97f61799 100644 (file)
@@ -199,7 +199,7 @@ ALSAPool::ProbeResult ALSAPool::probe_device_once(unsigned card_index, unsigned
        }
        if (err < 0) {
                // Not available for capture.
-               printf("%s: Not available for capture. %d\n", address, err);
+               printf("%s: Not available for capture.\n", address);
                return ALSAPool::ProbeResult::DEFER;
        }