From 3f08d96a363f89889870f0215840b90c4269c118 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 3 Jun 2013 15:53:12 -0400 Subject: [PATCH] rename outputkey to output --- services/crunch/crunch-job | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.30.2