gcontini
2020-10-31 85d97f05f6f8e4c1d73cd2bb096806839d16f3b0
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;
}