Consistently say '<Type> Query'

This commit is contained in:
Shish 2019-07-07 00:17:39 +01:00
parent b285acf70a
commit 68f3ebb2c6

View file

@ -268,7 +268,7 @@ class Image
return null;
}
$req_str = json_encode($req);
$_tracer->begin("Query Accelerator", null, ["req"=>$req_str]);
$_tracer->begin("Accelerator Query", null, ["req"=>$req_str]);
fwrite($fp, $req_str);
$data = "";
while (($buffer = fgets($fp, 4096)) !== false) {