From: Tom Clegg Date: Mon, 3 Jun 2013 19:53:12 +0000 (-0400) Subject: rename outputkey to output X-Git-Tag: 1.1.0~3288 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3f08d96a363f89889870f0215840b90c4269c118 rename outputkey to output --- diff --git a/services/crunch/crunch-job b/services/crunch/crunch-job index a6d0495bc2..c8c5908ef8 100755 --- a/services/crunch/crunch-job +++ b/services/crunch/crunch-job @@ -979,13 +979,13 @@ sub collate_output $joboutput = $whc->write_finish if !defined $joboutput; if ($joboutput) { - Log (undef, "outputkey $joboutput"); + Log (undef, "output $joboutput"); $Job->{'output'} = $joboutput; $Job->save; } else { - Log (undef, "outputkey undef"); + Log (undef, "output undef"); } return $joboutput; }