diff --git a/cmd/root.go b/cmd/root.go index 113cbb606f6f2b7897055b62c6e0a45676faa69f..4ef53cb481aa55855a6bb2d453f90f6f01adcc63 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -187,7 +187,7 @@ func sessionInitialization() (*id.User, *api.Client) { uid = id.NewUserFromUints(&[4]uint64{0, 0, 0, userId}) // clear userEmail if it was defined, since login was previously done userEmail = "" - globals.Log.INFO.Println("Skipped Registration, user: %v", uid) + globals.Log.INFO.Printf("Skipped Registration, user: %v", uid) } // Log the user in, for now using the first gateway specified