mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
meta: log level re-work
This commit is contained in:
@@ -511,7 +511,7 @@ Singleton {
|
||||
if (ddcAvailable) {
|
||||
ddcDisplayDetectionProcess.running = true
|
||||
} else {
|
||||
console.log("DisplayService: ddcutil not available")
|
||||
console.info("DisplayService: ddcutil not available")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -547,7 +547,7 @@ Singleton {
|
||||
}
|
||||
|
||||
ddcDevices = newDdcDevices
|
||||
console.log("DisplayService: Found", ddcDevices.length, "DDC displays")
|
||||
console.info("DisplayService: Found", ddcDevices.length, "DDC displays")
|
||||
|
||||
// Queue initial brightness readings for DDC devices
|
||||
ddcInitQueue = []
|
||||
|
||||
Reference in New Issue
Block a user