[ARVADOS] updated: aa0414614096795eda8b58c414d0d2b15e063c70

git at public.curoverse.com git at public.curoverse.com
Wed Dec 2 12:55:02 EST 2015


Summary of changes:
 sdk/cli/bin/crunch-job | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  aa0414614096795eda8b58c414d0d2b15e063c70 (commit)
      from  a6650f13fe461641defa4f281972df0ce1567594 (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 aa0414614096795eda8b58c414d0d2b15e063c70
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Dec 2 12:54:56 2015 -0500

    7313: Fix sprintf formatter in crunch-job warning message.
    
    Refs #7313.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index b2c14d5..fca1247 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1191,7 +1191,7 @@ sub reapchildren
   if (!defined $task_success) {
     # task did not indicate one way or the other --> fail
     Log($jobstepid, sprintf(
-          "ERROR: Task process exited %d, but never updated its task record to indicate success and record its output.",
+          "ERROR: Task process exited %s, but never updated its task record to indicate success and record its output.",
           exit_status_s($childstatus)));
     $Jobstep->{'arvados_task'}->{success} = 0;
     $Jobstep->{'arvados_task'}->save;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list