From b3e761b6cf42cb537e7e8e8db4d74b12c7dbfd8a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Oct 2015 13:29:44 -0400 Subject: use action, not sideAction sideAction is for things not generally related to the current action being performed. And, it adds a newline after the side action. This was not the right thing to use for stuff like "checksum", where doing a checksum is part of the git annex get process, and indeed we want it to display "(checksum...) ok" --- Backend/Hash.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Backend') diff --git a/Backend/Hash.hs b/Backend/Hash.hs index e6e5210a1..7f61c4f3e 100644 --- a/Backend/Hash.hs +++ b/Backend/Hash.hs @@ -116,7 +116,7 @@ checkKeyChecksum hash key file = go `catchHardwareFault` hwfault case (mstat, fast) of (Just stat, False) -> do filesize <- liftIO $ getFileSize' file stat - showSideAction "checksum" + showAction "checksum" check <$> hashFile hash file filesize _ -> return True expected = keyHash key -- cgit v1.2.3