summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-02 12:54:57 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-02 18:14:23 -0800
commit3f5101e8a434673bc6cb5cf7804cbde152dcdeab (patch)
tree3449705ecdbfbc64fe645d91ae4b6d6459fcb60a /core/downloadfromdcthread.cpp
parent2c9beec775632fde373d8ea6cc6a04e0a1355654 (diff)
downloadsubsurface-3f5101e8a434673bc6cb5cf7804cbde152dcdeab.tar.gz
Add debug output for vendor/product tuples
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index c74d5d535..799610f80 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -142,6 +142,7 @@ void fill_computer_list()
productList[vendor].push_back(product);
descriptorLookup[QString(vendor) + QString(product)] = descriptor;
+ qDebug() << "added supported DC: " << vendor << " " << product;
}
dc_iterator_free(iterator);
Q_FOREACH (QString vendor, vendorList)