diff options
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 2e28bf6..11ff695 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -221,7 +221,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) try { csgInfo.glview = new OffscreenView(512,512); } catch (int error) { - fprintf(stderr,"Can't create OpenGL OffscreenView. exiting.\n"); + fprintf(stderr,"Can't create OpenGL OffscreenView. Code: %i. Exiting.\n", error); exit(1); } BoundingBox bbox = csgInfo.root_chain->getBoundingBox(); |