Antoni Segura Puimedon has uploaded a new change for review. Change subject: sourceRouteThread: log unhandled exceptions ......................................................................
sourceRouteThread: log unhandled exceptions Change-Id: I23eaf7a41c8decaea64a392d58ef6ba31f24d795 Signed-off-by: Antoni S. Puimedon <[email protected]> --- M vdsm/sourceRouteThread.py 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/22670/1 diff --git a/vdsm/sourceRouteThread.py b/vdsm/sourceRouteThread.py index c913220..8257fa3 100644 --- a/vdsm/sourceRouteThread.py +++ b/vdsm/sourceRouteThread.py @@ -6,6 +6,7 @@ from netconf.iproute2 import Iproute2 from sourceRoute import DynamicSourceRoute from vdsm.constants import P_VDSM_RUN +from vdsm import utils SOURCE_ROUTES_FOLDER = P_VDSM_RUN + 'sourceRoutes' @@ -42,6 +43,7 @@ self.process_IN_CLOSE_WRITE_filePath(event.pathname) [email protected] def subscribeToInotifyLoop(): logging.debug("sourceRouteThread.subscribeToInotifyLoop started") -- To view, visit http://gerrit.ovirt.org/22670 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23eaf7a41c8decaea64a392d58ef6ba31f24d795 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
