diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-02 02:24:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-02 02:24:19 -0400 |
commit | bdb7ed76cf233a5c7415b2235123fe448f130ab9 (patch) | |
tree | 97597868508b8009f79c026572ab0c36bbfdd4a5 | |
parent | 790613333c2d946d28fe62ef7da8ed3a23428f99 (diff) |
tweak
-rw-r--r-- | Backend/SHA1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/SHA1.hs b/Backend/SHA1.hs index 76869b071..485892258 100644 --- a/Backend/SHA1.hs +++ b/Backend/SHA1.hs @@ -25,7 +25,7 @@ backend = Backend.File.backend { -- checksum the file to get its key keyValue :: FilePath -> Annex (Maybe Key) keyValue file = do - showNote "checksum" + showNote "checksum..." liftIO $ pOpen ReadFromPipe "sha1sum" [file] $ \h -> do line <- hGetLine h let bits = split " " line |