CHROMIUM: bluetooth: fix log spewing from is_filter_match()

Commit c2c967795d9b ("bluetooth: "Fix" sync of commands for adv & scan")
introduced a log message when is_filter_match() restarts LE scanning.
The log message is spit out using printk(), which should been logged via
BT_DBG() instead. It's been observed on some devices that the log
message are spewed out too many times. This patch turns the printk()
into BT_DBG().

BUG=b:69076688
TEST=None

Change-Id: I9ca1bd1c860278a7120a0b15aeea9ee8c8fc84fd
Signed-off-by: Ben Chan <benchan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/762120
Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
1 file changed