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

fixed a print bug

parent 5796fff1
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ var rootCmd = &cobra.Command{ ...@@ -178,7 +178,7 @@ var rootCmd = &cobra.Command{
waitSecs) waitSecs)
} }
jww.INFO.Printf("Authentication channel confirmation"+ jww.INFO.Printf("Authentication channel confirmation"+
" took %d seconds", waitSecs) " took %d seconds", scnt)
} }
msg := message.Send{ msg := message.Send{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment