add additional debug info about reasons for transfers
This commit is contained in:
parent
e2f1f7afc6
commit
46c9cbeb1e
9 changed files with 43 additions and 31 deletions
|
@ -216,7 +216,7 @@ handleAdds delayadd cs = returnWhen (null incomplete) $ do
|
|||
whenM (pure DirWatcher.eventsCoalesce <||> isDirect) $ do
|
||||
stageSymlink file =<< hashSymlink link
|
||||
showEndOk
|
||||
queueTransfers Next key (Just file) Upload
|
||||
queueTransfers "newly added file" Next key (Just file) Upload
|
||||
return $ Just change
|
||||
|
||||
{- Check that the keysource's keyFilename still exists,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue