What is this I am seeing in the logs?

So, for the past few days I have been seeing a recurring line in the logs from the Web UI that I have never seen before. Is it indicative of something wrong?

2019/02/10 20:36:19 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)
2019/02/10 20:45:17 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)
2019/02/10 20:45:17 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)
2019/02/10 20:45:17 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)
2019/02/10 20:45:17 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)
2019/02/10 20:47:30 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)
2019/02/10 20:48:31 [DBG] SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED | ES_AWAYMODE_REQUIRED)

This was added to the latest pre-release build to debug some sleep/wake issues.

Ok, thanks. I just wanted to make sure nothing bad was happening because everything seems to be working fine.