Oz Tiram 4 роки тому
батько
коміт
af747db95f
1 змінених файлів з 1 додано та 1 видалено
  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.