From: Steinar H. Gunderson Date: Mon, 19 Feb 2018 16:48:52 +0000 (+0100) Subject: Fix a stray debugging printf. X-Git-Tag: 1.7.0~22 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=5327e959225fa2324d443d73746e6614879ff505 Fix a stray debugging printf. --- diff --git a/alsa_pool.cpp b/alsa_pool.cpp index 1c9c4d3..59ae595 100644 --- a/alsa_pool.cpp +++ b/alsa_pool.cpp @@ -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; }