From a15a030f42d683736c60f766e2ebc84a055af5c5 Mon Sep 17 00:00:00 2001 From: Petr Pudlak Date: Thu, 24 Apr 2014 10:04:01 +0200 Subject: [PATCH] Fix a typo in a debug message Signed-off-by: Petr Pudlak Reviewed-by: Klaus Aehlig --- src/Ganeti/JQScheduler.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ganeti/JQScheduler.hs b/src/Ganeti/JQScheduler.hs index 7adb620ed..c65afea6d 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 -- GitLab