From 09d47fb7bcb29420ac350196ecd5bb788264cdf9 Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@elixxir.ioo> Date: Tue, 23 Feb 2021 19:20:29 -0800 Subject: [PATCH] added a new logging print to single use --- cmd/single.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/single.go b/cmd/single.go index 92a3027a8..3f9ee4ccb 100644 --- a/cmd/single.go +++ b/cmd/single.go @@ -35,6 +35,7 @@ var singleCmd = &cobra.Command{ // Write user contact to file user := client.GetUser() jww.INFO.Printf("User: %s", user.ReceptionID) + jww.INFO.Printf("User Transmission: %s", user.TransmissionID) writeContact(user.GetContact()) // Set up reception handler -- GitLab