Skip to content
Snippets Groups Projects
Commit 4ba57f0d authored by Josh Brooks's avatar Josh Brooks
Browse files

Add debug log for file transfer not quitting

parent 48a852df
No related branches found
No related tags found
2 merge requests!510Release,!398Add debug log for file transfer not quitting
......@@ -229,6 +229,8 @@ func (m *manager) StartProcesses() (stoppable.Stoppable, error) {
// Create a multi stoppable
multiStoppable := stoppable.NewMulti(fileTransferStoppable)
jww.INFO.Printf("Adding senderStop with processes %v",
senderPoolStop.GetRunningProcesses())
multiStoppable.Add(senderPoolStop)
multiStoppable.Add(batchBuilderStop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment