rename outputkey to output
authorTom Clegg <tom@clinicalfuture.com>
Mon, 3 Jun 2013 19:53:12 +0000 (15:53 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 3 Jun 2013 20:50:55 +0000 (16:50 -0400)
services/crunch/crunch-job

index a6d0495bc2f87217b6f7e76d0bc919a5047af0ee..c8c5908ef864fbfa5e747724c783d4ba80386590 100755 (executable)
@@ -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;
 }