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

fixed a print bug

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