mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
a19611336c
commit
ba20bb08d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue