Code review comment for lp:~rvb/gwacl/add-debug

Revision history for this message
Raphaƫl Badin (rvb) wrote :

> If you're going to mix log.Printf and log.Println, you might use log.Printf
> here as well:
>
> + log.Println("Request body: " + string(request.Payload))
>
> (x509dispatcher.go ine 84 or so, in performX509CurlRequest)

Done!

« Back to merge proposal