mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 05:10:08 +00:00
Update pybullet.c
send output to stderr (pybullet build message), helps towards Issue #3131
This commit is contained in:
parent
3e16c616d5
commit
87b633bb76
@ -13066,7 +13066,7 @@ initpybullet(void)
|
||||
SpamError = PyErr_NewException("pybullet.error", NULL, NULL);
|
||||
Py_INCREF(SpamError);
|
||||
PyModule_AddObject(m, "error", SpamError);
|
||||
printf("pybullet build time: %s %s\n", __DATE__, __TIME__);
|
||||
fprintf(stderr, "pybullet build time: %s %s\n", __DATE__, __TIME__);
|
||||
|
||||
Py_AtExit(b3pybulletExitFunc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user