mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-18 04:31:16 +00:00
Tweak logging for main branch
This commit is contained in:
parent
d98929f24c
commit
10a3fa5984
@ -491,7 +491,7 @@ void PlatinumCtrl::enable_display() {
|
||||
if (did_refresh_rate_change)
|
||||
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)
|
||||
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->crtc_on = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user