diff --git a/cmd/single.go b/cmd/single.go index 92a3027a8501084752ff2f5acd8f1a298782a422..3f9ee4ccbf5be8b2ec00fa592bf9a676821d4429 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