more debug

This commit is contained in:
Steven Polley 2018-09-28 16:54:02 -06:00
parent 249cf7f366
commit c994cf3c59
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ func (cw *Site) SetTicketStatus(ticketID, statusID int) (*Ticket, error) {
return nil, fmt.Errorf("request failed for %s: %s", req.RestAction, err)
}
fmt.Printf("Setting ticket ID '%d' status to '%d'\n", ticketID, statusID)
fmt.Println(string(req.Body))
ticket := &Ticket{}