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

debug

parent 0cc66ec0
No related branches found
No related tags found
2 merge requests!510Release,!398Add debug log for file transfer not quitting
......@@ -128,6 +128,7 @@ func (m *Multi) Close() error {
// Attempt to stop each stoppable in its own goroutine
for _, stoppable := range m.stoppables {
wg.Add(1)
jww.INFO.Printf("FT DEBUG: stopping %s", stoppable.Name())
go func(stoppable Stoppable) {
if stoppable.Close() != nil {
atomic.AddUint32(&numErrors, 1)
......
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