diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index a03c2e4bb..95fc10f75 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1232,6 +1232,8 @@ bool OBSApp::OBSInit() obs_apply_private_data(settings); obs_data_release(settings); + blog(LOG_INFO, "Current Date/Time: %s", CurrentDateTimeString().c_str()); + blog(LOG_INFO, "Browser Hardware Acceleration: %s", browserHWAccel ? "true" : "false"); #endif