avoid using print action, which is reserved for debugging

This commit is contained in:
Joey Hess 2015-10-06 15:26:42 -04:00
parent 8cb060fd42
commit 60d382a840

View file

@ -39,7 +39,7 @@ startGet = next $ next $ do
Annex.setOutput QuietOutput
v <- getGlobalNumCopies
case v of
Just n -> liftIO $ print $ fromNumCopies n
Just n -> liftIO $ putStrLn $ show $ fromNumCopies n
Nothing -> do
liftIO $ putStrLn "global numcopies is not set"
old <- deprecatedNumCopies