diff options
Diffstat (limited to 'audio/headset.c')
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |