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

Add more debug

parent 70262f82
No related branches found
No related tags found
2 merge requests!510Release,!398Add debug log for file transfer not quitting
...@@ -230,8 +230,8 @@ func (m *manager) StartProcesses() (stoppable.Stoppable, error) { ...@@ -230,8 +230,8 @@ func (m *manager) StartProcesses() (stoppable.Stoppable, error) {
// Create a multi stoppable // Create a multi stoppable
multiStoppable.Add(batchBuilderStop) multiStoppable.Add(batchBuilderStop)
jww.INFO.Printf("STOPPING FT THREAD DEBUG: multiStoppable: %v", jww.INFO.Printf("STOPPING FT THREAD DEBUG: \nmultiStoppable running proc: %v\nmultistop: %v\n",
multiStoppable.GetRunningProcesses()) multiStoppable.GetRunningProcesses(), multiStoppable)
return multiStoppable, nil return multiStoppable, nil
} }
......
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