fix "submitted container [uuid]" log from a-c-r
authorJoshua C. Randall <jcrandall@alum.mit.edu>
Mon, 13 Aug 2018 14:47:03 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Aug 2018 14:47:03 +0000 (15:47 +0100)
fixes 14017

Arvados-DCO-1.1-Signed-off-by: Joshua C. Randall <jcrandall@alum.mit.edu>

sdk/cwl/arvados_cwl/arvcontainer.py

index 948a9a46feab30bf3f8759fee94d81d14205e42d..49c40b1daefd6262f10e7019f55d24baa36b06d2 100644 (file)
@@ -488,7 +488,7 @@ class RunnerContainer(Runner):
         self.uuid = response["uuid"]
         self.arvrunner.process_submitted(self)
 
-        logger.info("%s submitted container %s", self.arvrunner.label(self), response["uuid"])
+        logger.info("%s submitted container_request %s", self.arvrunner.label(self), response["uuid"])
 
     def done(self, record):
         try: