tests/prime_udl: don't put dirt into stderr when skipping

It upset's QA's test runner.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2013-05-02 08:10:15 +02:00
parent bafbbf1cc8
commit 53d251ac23

View File

@ -155,7 +155,7 @@ int main(int argc, char **argv)
return ret;
if (udl_fd == -1 || intel_fd == -1) {
fprintf(stderr,"failed to find intel and udl GPU\n");
printf("failed to find intel and udl GPU\n");
return 77;
}