UI: Add date/time to log file

Although log files are saved with the date in the name of the log file,
it's also nice to be able to see it inside the log file itself,
especially when uploaded to a text service.
master
jp9000 2019-01-12 16:35:43 -08:00
parent 3225359e6c
commit 455187e6e4
1 changed files with 2 additions and 0 deletions

View File

@ -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