Skip to content
Snippets Groups Projects
Commit 09d47fb7 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

added a new logging print to single use

parent 69c44df9
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ var singleCmd = &cobra.Command{ ...@@ -35,6 +35,7 @@ var singleCmd = &cobra.Command{
// Write user contact to file // Write user contact to file
user := client.GetUser() user := client.GetUser()
jww.INFO.Printf("User: %s", user.ReceptionID) jww.INFO.Printf("User: %s", user.ReceptionID)
jww.INFO.Printf("User Transmission: %s", user.TransmissionID)
writeContact(user.GetContact()) writeContact(user.GetContact())
// Set up reception handler // Set up reception handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment