rename outputkey to output
[arvados.git] / 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;
 }