[ARVADOS] updated: 3fa8a8a4142aac0fc6d3900b3f77de347b76268b
Git user
git at public.curoverse.com
Thu May 11 10:19:11 EDT 2017
Summary of changes:
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3fa8a8a4142aac0fc6d3900b3f77de347b76268b (commit)
from f8675ad473b45387b1286c6b7a41edf36148ebac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3fa8a8a4142aac0fc6d3900b3f77de347b76268b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu May 11 10:19:05 2017 -0400
11626: Fix log.Printf -> log.Print
diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
index 296c0a3..ff6e871 100644
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
@@ -227,7 +227,7 @@ func run(disp *dispatch.Dispatcher, ctr arvados.Container, status <-chan arvados
log.Printf("Submitting container %s to slurm", ctr.UUID)
if err := submit(disp, ctr, theConfig.CrunchRunCommand); err != nil {
text := fmt.Sprintf("Error submitting container %s to slurm: %s", ctr.UUID, err)
- log.Printf(text)
+ log.Print(text)
lr := arvadosclient.Dict{"log": arvadosclient.Dict{
"object_uuid": ctr.UUID,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list