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; }