From 1a7f0aa01577e4ad3b3b11e7aa86366de5a49e3f Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Tue, 27 Sep 2022 13:16:12 -0700
Subject: [PATCH] Add more debug

---
 fileTransfer/manager.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fileTransfer/manager.go b/fileTransfer/manager.go
index fe62191fb..55fbd90e0 100644
--- a/fileTransfer/manager.go
+++ b/fileTransfer/manager.go
@@ -230,8 +230,8 @@ func (m *manager) StartProcesses() (stoppable.Stoppable, error) {
 	// Create a multi stoppable
 	multiStoppable.Add(batchBuilderStop)
 
-	jww.INFO.Printf("STOPPING FT THREAD DEBUG: multiStoppable: %v",
-		multiStoppable.GetRunningProcesses())
+	jww.INFO.Printf("STOPPING FT THREAD DEBUG: \nmultiStoppable running proc: %v\nmultistop: %v\n",
+		multiStoppable.GetRunningProcesses(), multiStoppable)
 
 	return multiStoppable, nil
 }
-- 
GitLab