Debugging

This commit is contained in:
stephb9959
2022-02-24 15:13:08 -08:00
parent 51c748e5b3
commit fa069825fb

View File

@@ -82,6 +82,7 @@ namespace OpenWifi{
// looking for device(s) for a specific subscriber...
ProvObjects::InventoryTagVec Tags;
DB_.GetRecords(0,100,Tags," subscriber='" + Arg + "'");
std::cout << "Tags: " << Tags.size() << std::endl;
if(SerialOnly) {
std::vector<std::string> SerialNumbers;
std::transform(cbegin(Tags), cend(Tags), std::back_inserter(SerialNumbers), [](const auto &T) { return T.serialNumber; });