Revision e9c8deab daemons/ganeti-confd

b/daemons/ganeti-confd
117 117
    self.inotify_handler = asyncnotifier.SingleFileEventHandler(self.wm,
118 118
                                                                self.OnInotify,
119 119
                                                                cfg_file)
120
    self.notifier = asyncnotifier.AsyncNotifier(self.wm, self.inotify_handler)
120
    notifier_class = asyncnotifier.ErrorLoggingAsyncNotifier
121
    self.notifier = notifier_class(self.wm, self.inotify_handler)
121 122

  
122 123
    self.timer_handle = None
123 124
    self._EnableTimer()

Also available in: Unified diff