mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
kicad-ogltest: if version can't be interpreted, print it
This commit is contained in:
parent
c8ef5208ee
commit
23590d8d3f
@ -98,7 +98,7 @@ bool OGLTEST_APP::OnInit()
|
|||||||
|
|
||||||
if( !OGLVersionRegex.Matches( version ) )
|
if( !OGLVersionRegex.Matches( version ) )
|
||||||
{
|
{
|
||||||
printf( "FAIL: Cannot interpret OpenGL version\n" );
|
printf( "FAIL: Cannot interpret OpenGL version %s\n", pversion );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user