On Thu, Jul 23, 2015 at 07:33:44PM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/MaintD/Autorepairs.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/src/Ganeti/MaintD/Autorepairs.hs b/src/Ganeti/MaintD/Autorepairs.hs index d6d52fa..161ab01 100644 --- a/src/Ganeti/MaintD/Autorepairs.hs +++ b/src/Ganeti/MaintD/Autorepairs.hs @@ -189,7 +189,7 @@ doRepair client instData (rtype, opcodes) = runResultT $ do let nodes = filter (>= 0) [Instance.pNode inst, Instance.sNode inst] return (nodes, jids' ++ tagjobs) otherSt -> do - logDebug $ "Not repairing " ++ iname ++ " becuase it is in state " + logDebug $ "Not repairing " ++ iname ++ " because it is in state " ++ show otherSt return ([], []) -- 2.4.3.573.g4eafbef
LGTM
