mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-18 13:33:27 -04:00
UI: Use obs_log_loaded_modules for module logging
Makes initialization in logs a bit more clean.
This commit is contained in:
@@ -1069,7 +1069,10 @@ void OBSBasic::OBSInit()
|
||||
InitHotkeys();
|
||||
|
||||
AddExtraModulePaths();
|
||||
blog(LOG_INFO, "---------------------------------");
|
||||
obs_load_all_modules();
|
||||
blog(LOG_INFO, "---------------------------------");
|
||||
obs_log_loaded_modules();
|
||||
|
||||
blog(LOG_INFO, STARTUP_SEPARATOR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user