Shahar Hadas
2020-05-10 d0b85cf10415a378c11d385066bb27116f2c2df1
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;
}