Commit a6d7adb9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component - NCE Driver:

- Add log message
parent af56d8de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -195,6 +195,8 @@ class NCEDriver(_Driver):

    @metered_subclass_method(METRICS_POOL)
    def DeleteConfig(self, resources: List[Tuple[str, Any]]) -> List[Union[bool, Exception]]:
        LOGGER.debug('[DeleteConfig] resources={:s}'.format(str(resources)))

        results = []
        if len(resources) == 0: return results
        with self.__lock: