X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc3b155fb7ad82cf97cdb81a02a9cfaebe4389ff..090e546b14e13798d15ac61728da05a0d9fb1317:/services/crunch-dispatch-local/crunch-dispatch-local.go diff --git a/services/crunch-dispatch-local/crunch-dispatch-local.go b/services/crunch-dispatch-local/crunch-dispatch-local.go index be1fef86e1..e05c0c5da4 100644 --- a/services/crunch-dispatch-local/crunch-dispatch-local.go +++ b/services/crunch-dispatch-local/crunch-dispatch-local.go @@ -215,4 +215,6 @@ func run(uuid string, crunchRunCommand string, priorityPollInterval int) { log.Printf("Error updating container state to Complete for %v: %q", uuid, err) } } + + log.Printf("Finished container run for %v", uuid) }