Commit 9f99c992 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DEBUG] adding trace

parent 722bd504
...@@ -84,7 +84,8 @@ documentUploadAsync _uId nId doc logStatus = do ...@@ -84,7 +84,8 @@ documentUploadAsync _uId nId doc logStatus = do
, _scst_remaining = Just 1 , _scst_remaining = Just 1
, _scst_events = Just [] } , _scst_events = Just [] }
logStatus jl logStatus jl
_ <- documentUpload nId doc docIds <- documentUpload nId doc
printDebug "documentUploadAsync" docIds
pure $ jobLogSuccess jl pure $ jobLogSuccess jl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment