From c1bf8e7f46db78c7cc760d22b5c30fd2c6643620 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 11 Sep 2008 21:28:14 +0300 Subject: Fix info calls that really should be debug instead --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/headset.c') diff --git a/audio/headset.c b/audio/headset.c index f0eb0b7b..102d0bca 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -513,7 +513,7 @@ static void sco_connect_cb(GIOChannel *chan, int err, const bdaddr_t *src, sk = g_io_channel_unix_get_fd(chan); - info("SCO fd=%d", sk); + debug("SCO fd=%d", sk); hs->sco = chan; p->io = NULL; -- cgit