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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user