mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add debug output for vendor/product tuples
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2c9beec775
commit
3f5101e8a4
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue