gcontini
2020-10-31 9c33ad84278353286bbb4118cd11ca3fcfec439a
src/library/hw_identifier/hw_identifier_facade.cpp
@@ -53,6 +53,7 @@
   unique_ptr<IdentificationStrategy> strategy_ptr = IdentificationStrategy::get_strategy(strategy);
   HwIdentifier pc_id;
   FUNCTION_RETURN result = strategy_ptr->generate_pc_id(pc_id);
   pc_id.set_use_environment_var(use_env_var);
   if (result != FUNC_RET_OK) {
      throw logic_error("strategy " + to_string(strategy_ptr->identification_strategy()) + " failed");
   }