mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-15 09:27:27 +00:00
Tweak logging for main branch
This commit is contained in:
@@ -491,7 +491,7 @@ void PlatinumCtrl::enable_display() {
|
|||||||
if (did_refresh_rate_change)
|
if (did_refresh_rate_change)
|
||||||
LOG_F(INFO, "%s: refresh rate set to %f Hz", this->name.c_str(), this->refresh_rate);
|
LOG_F(INFO, "%s: refresh rate set to %f Hz", this->name.c_str(), this->refresh_rate);
|
||||||
if (this->blank_on == true || this->crtc_on == false)
|
if (this->blank_on == true || this->crtc_on == false)
|
||||||
LOG_F(PLATINUM, "%s: display enabled", this->name.c_str());
|
LOG_F(INFO, "%s: display enabled", this->name.c_str());
|
||||||
|
|
||||||
this->blank_on = false;
|
this->blank_on = false;
|
||||||
this->crtc_on = true;
|
this->crtc_on = true;
|
||||||
|
Reference in New Issue
Block a user