mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
tests: Don't use stderr for informational messages
These should go to stdout instead. The next patch will clean this up with cocci, so no change from fprintf(stdout, to printf( here. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -924,7 +924,7 @@ int main(int argc, char **argv)
|
||||
|
||||
fan_in_and_check();
|
||||
|
||||
fprintf(stderr, "num failed tiles %u, max incoherent bytes %zd\n",
|
||||
fprintf(stdout, "num failed tiles %u, max incoherent bytes %zd\n",
|
||||
stats.num_failed, stats.max_failed_reads*sizeof(uint32_t));
|
||||
|
||||
intel_batchbuffer_free(batch);
|
||||
|
||||
Reference in New Issue
Block a user