Cleanup: use logging for "Found bundled Python" message

This was added when Python was initially bundled so any problems
finding Python could be investigated.

Move this to use logging so we can show this information when needed.
This commit is contained in:
2020-11-02 19:33:32 +11:00
parent 27acf8ced8
commit d49c71e96e
3 changed files with 23 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ void BPY_atexit_unregister(void);
extern struct CLG_LogRef *BPY_LOG_CONTEXT;
extern struct CLG_LogRef *BPY_LOG_RNA;
extern struct CLG_LogRef *BPY_LOG_INTERFACE;
#ifdef __cplusplus
}