Oz Tiram 4 ani în urmă
părinte
comite
af747db95f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      example.go

+ 1 - 1
example.go

@@ -36,7 +36,7 @@ func (e Example) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
 
 	// Debug log that we've have seen the query. This will only be shown when the debug plugin is loaded.
 	state := request.Request{W: w, Req: r}
-	log.Debug(state)
+	log.Debug("Foo %s", state)
 	log.Debug("Received response")
 
 	// Wrap.