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 ) )
|
||||
{
|
||||
printf( "FAIL: Cannot interpret OpenGL version\n" );
|
||||
printf( "FAIL: Cannot interpret OpenGL version %s\n", pversion );
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue