Revision fe50bb65 src/Ganeti/ConfigReader.hs

b/src/Ganeti/ConfigReader.hs
168 168
               -> MVar ServerState -> IO ()
169 169
onWatcherTimer inotiaction path save_fn state = do
170 170
  threadDelay watchInterval
171
  logDebug "Watcher timer fired"
171
  logDebug "Config-reader watcher timer fired"
172 172
  modifyMVar_ state (onWatcherInner path save_fn)
173 173
  _ <- inotiaction
174 174
  onWatcherTimer inotiaction path save_fn state

Also available in: Unified diff