diff Core/JobsEngine/JobsRegistry.cpp @ 2600:140a539b4eba jobs

SequenceOfOperationsJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 May 2018 16:22:40 +0200
parents 1b6a6d80b6f2
children 1232922c8793
line wrap: on
line diff
--- a/Core/JobsEngine/JobsRegistry.cpp	Wed May 16 19:00:43 2018 +0200
+++ b/Core/JobsEngine/JobsRegistry.cpp	Thu May 17 16:22:40 2018 +0200
@@ -768,6 +768,7 @@
     }
     else if (found->second->GetState() != JobState_Failure)
     {
+      printf("%s\n", EnumerationToString(found->second->GetState()));
       LOG(WARNING) << "Cannot resubmit a job that has not failed: " << id;
       return false;
     }