From 8778d19ccce488ed44aac64df4dfd848b64d1d1c Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@elixxir.ioo> Date: Fri, 9 Apr 2021 08:35:30 -0700 Subject: [PATCH] fixed a print bug --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index c3f915d18..4078f628d 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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{ -- GitLab