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
|
||||
job <- liftIO $ newEmptyTMVarIO
|
||||
let downloadaction = do
|
||||
showStart "import" (fromImportLocation loc)
|
||||
showStart ("import " ++ Remote.name remote) (fromImportLocation loc)
|
||||
next $ tryNonAsync (download cidmap db i) >>= \case
|
||||
Left e -> next $ do
|
||||
warning (show e)
|
||||
|
|
Loading…
Add table
Reference in a new issue