UI: Log when output timer events stop outputs
This commit is contained in:
parent
bf7561934e
commit
9f046dc52b
@ -208,11 +208,13 @@ void OutputTimer::ShowHideDialog()
|
||||
|
||||
void OutputTimer::EventStopStreaming()
|
||||
{
|
||||
blog(LOG_INFO, "Stopping stream due to OutputTimer timeout");
|
||||
obs_frontend_streaming_stop();
|
||||
}
|
||||
|
||||
void OutputTimer::EventStopRecording()
|
||||
{
|
||||
blog(LOG_INFO, "Stopping recording due to OutputTimer timeout");
|
||||
obs_frontend_recording_stop();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user