From: Joey Hess Date: Wed, 26 Feb 2025 13:47:56 +0000 (-0400) Subject: showOutput X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~119^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d49f371acc922cff3db6132511b22e4484254578;p=git-annex.git showOutput when the compute program eg displays usage, it needs to start on its own line --- diff --git a/Command/AddComputed.hs b/Command/AddComputed.hs index 8b983a738c..fad9c1dc30 100644 --- a/Command/AddComputed.hs +++ b/Command/AddComputed.hs @@ -97,6 +97,7 @@ perform o r program = do } fast <- Annex.getRead Annex.fast starttime <- liftIO currentMonotonicTimestamp + showOutput Remote.Compute.runComputeProgram program state (Remote.Compute.ImmutableState False) (getinputcontent fast)