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