Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Add more logging to Twilio voice
Browse files Browse the repository at this point in the history
  • Loading branch information
beevee committed Aug 23, 2016
1 parent 5850231 commit 460123f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio/twilio.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (voiceSender *twilioSenderVoice) SendEvents(events notifier.EventsData, con
return fmt.Errorf("Failed to make call to contact %s: %s", contact.Value, err.Error())
}

voiceSender.log.Debugf("Call queued to twilio with status: %s", twilioCall.Status)
voiceSender.log.Debugf("Call queued to twilio with status %s, callback url %s", twilioCall.Status, voiceURL)

return nil
}
Expand Down

0 comments on commit 460123f

Please sign in to comment.