summaryrefslogtreecommitdiff
path: root/monitor/analyze.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-08-03 21:55:00 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-08-03 21:55:00 +0200
commit5ddd8cd51c9bd46274283548c1c036fba76a6cc0 (patch)
tree5bc88be340517abe408fb7518532870e6136cf98 /monitor/analyze.c
parentf9b8fac243a2b21ed3d06b9892b886cc824e302e (diff)
downloadbluez-5ddd8cd51c9bd46274283548c1c036fba76a6cc0.tar.gz
monitor: Remove unneeded fprintf for new devices
Diffstat (limited to 'monitor/analyze.c')
-rw-r--r--monitor/analyze.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor/analyze.c b/monitor/analyze.c
index aac5c39d4..81bd9b1ed 100644
--- a/monitor/analyze.c
+++ b/monitor/analyze.c
@@ -112,8 +112,6 @@ static struct hci_dev *dev_lookup(uint16_t index)
dev = queue_find(dev_list, dev_match_index, UINT_TO_PTR(index));
if (!dev) {
- fprintf(stderr, "Creating new device for unknown index\n");
-
dev = dev_alloc(index);
queue_push_tail(dev_list, dev);