include remote name for consistency with export output
This commit is contained in:
parent
e1ab9a6d41
commit
c714a260a9
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ downloadImport remote importtreeconfig importablecontents = do
|
||||||
[] -> do
|
[] -> do
|
||||||
job <- liftIO $ newEmptyTMVarIO
|
job <- liftIO $ newEmptyTMVarIO
|
||||||
let downloadaction = do
|
let downloadaction = do
|
||||||
showStart "import" (fromImportLocation loc)
|
showStart ("import " ++ Remote.name remote) (fromImportLocation loc)
|
||||||
next $ tryNonAsync (download cidmap db i) >>= \case
|
next $ tryNonAsync (download cidmap db i) >>= \case
|
||||||
Left e -> next $ do
|
Left e -> next $ do
|
||||||
warning (show e)
|
warning (show e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue