diff --git a/src/Ganeti/JQScheduler.hs b/src/Ganeti/JQScheduler.hs index 7adb620edac3fa01befc5fdbfc451373d03a823c..c65afea6dc10b79ed6d94b06ea6503be34887d41 100644 --- a/src/Ganeti/JQScheduler.hs +++ b/src/Ganeti/JQScheduler.hs @@ -194,7 +194,7 @@ jobWatcher state jWS e = do let jid = qjId $ jJob jWS jids = show $ fromJobId jid logInfo $ "Scheduler notified of change of job " ++ jids - logDebug $ "Scheulder notify event for " ++ jids ++ ": " ++ show e + logDebug $ "Scheduler notify event for " ++ jids ++ ": " ++ show e let inotify = jINotify jWS when (e == Ignored && isJust inotify) $ do qdir <- queueDir