gcontini
2020-10-24 7e4e14dde5fbfade46311fbf75386d5371062d7d
src/library/hw_identifier/hw_identifier_facade.cpp
@@ -29,6 +29,7 @@
      result = strategy->validate_identifier(pc_id);
   } catch (logic_error& e) {
      LOG_ERROR("Error validating identifier %s: %s", str_code.c_str(), e.what());
      ((void)(e));
   }
   return result;
}