Skip to content

Commit

Permalink
log more on register
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Nov 14, 2022
1 parent 58bbdc1 commit 09ff8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ func (s Server) registerHandler() httprouter.Handle {
}

w.WriteHeader(http.StatusCreated)
log.Println("Register request succeeded")
log.Printf("Register request succeeded: %s*%d*%s*%s for %s", req.Section.Course.Department, req.Section.Course.Code, req.Section.Code, req.Section.Term, req.Watcher.Email)
}
}

0 comments on commit 09ff8cf

Please sign in to comment.