This commit is contained in:
Aliaksandr Valialkin 2024-05-06 22:27:10 +02:00
parent a19611336c
commit ba20bb08d3
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -70,7 +70,7 @@ func ProcessQueryRequest(ctx context.Context, w http.ResponseWriter, r *http.Req
putSortWriter(sw)
if err != nil {
httpserver.Errorf(w, r, "cannot execute query: %s", err)
httpserver.Errorf(w, r, "cannot execute query [%s]: %s", qStr, err)
}
}