Skip to content

Commit

Permalink
more verbose output if Autodiscover fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Stalmans committed Sep 6, 2016
1 parent 11f02d6 commit 4e9b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruler.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func main() {
}
//check if the autodiscover service responded with an error
if resp.Response.Error != (utils.AutoError{}) {
exit(fmt.Errorf("[x] The autodiscover service responded with an error.\n%s", resp.Response.Error.Message))
exit(fmt.Errorf("[x] The autodiscover service responded with an error.\n %s", resp.Response.Error.Message))
}
if *tcpPtr == false {
mapiURL := mapi.ExtractMapiURL(resp)
Expand Down

0 comments on commit 4e9b116

Please sign in to comment.