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

Fix comment

parent 6911f74b
No related branches found
No related tags found
2 merge requests!510Release,!398Add debug log for file transfer not quitting
...@@ -121,7 +121,7 @@ func (m *Multi) Close() error { ...@@ -121,7 +121,7 @@ func (m *Multi) Close() error {
m.once.Do(func() { m.once.Do(func() {
var wg sync.WaitGroup var wg sync.WaitGroup
jww.TRACE.Printf("Sending on quit channel to multi stoppable %q with subprocesses %v.", jww.TRACE.Printf("Sending on quit channel to multi stoppable %q with subprocesseses %v.",
m.Name(), m.GetRunningProcesses()) m.Name(), m.GetRunningProcesses())
m.mux.Lock() m.mux.Lock()
......
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