Skip to content
Snippets Groups Projects
Commit 95f3929a authored by Rick Carback's avatar Rick Carback
Browse files

Fix println -> printf error

parent 07a702ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment